Color Hex Logo

#f04fff Color Hex

#F04FFF
(240,79,255)
0 Favorites   0 Comments

Color spaces of #f04fff

RGB 24079255
HSL0.821.000.65
HSV295°69°100°
CMYK 0.060.690.00   0.00
XYZ56.781231.337297.6637
Yxy31.33720.30560.1687
Hunter Lab55.979683.0915-64.2533
CIE-Lab62.791381.4891-57.0332

#f04fff color RGB value is (240,79,255).

#f04fff hex color red value is 240, green value is 79 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f04fff hue: 0.82 , saturation: 1.00 and the lightness value of f04fff is 0.65.

The process color (four color CMYK) of #f04fff color hex is 0.06, 0.69, 0.00, 0.00. Web safe color of #f04fff is #ff66ff. Color #f04fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001111 11111111
Octal 360 117 377
Decimal 240 79 255
Hex F0 4F FF

RGB Percentages of Color #f04fff

%41.81
%13.76
%44.43

CMYK Percentages of Color #f04fff

%6
%69
%0
%0

Triadic Colors of #f04fff

#f04fff #fff04f #4ffff0

Analogous Colors of #f04fff

#f04fff #ff4fb6 #984fff

Monochromatic Colors of #f04fff

#f04fff

Complementary Color

#f04fff #5eff4f

#f04fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04fff Color CSS Codes

.mybgcolor {background-color:#f04fff; } 
.myforecolor {color:#f04fff; }
.mybordercolor {border:3px solid #f04fff; }

#f04fff Text Font Color

<p style="color:#f04fff">Text here</p>

This sample text font color is #f04fff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f04fff Background Color

<div style="background-color:#f04fff">
Div content here</div>

This div background color is #f04fff


#f04fff Border Color

<div style="border:3px solid #f04fff">
Div here</div>

This div border color is #f04fff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,79,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f04fff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f04fff;
  -webkit-box-shadow: 1px 1px 3px 2px #f04fff;
  box-shadow:         1px 1px 3px 2px #f04fff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,79,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f04fff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f04fff;
  -webkit-box-shadow: 1px 1px 3px 2px #f04fff;
  box-shadow:         1px 1px 3px 2px #f04fff;">
Div content here</div>

This div box has shadow with color #f04fff

Related Colors


Comments

No comments written yet.

Please login to write comment.