Color Hex Logo

#f04ffc Color Hex

#F04FFC
(240,79,252)
0 Favorites   0 Comments

Color spaces of #f04ffc

RGB 24079252
HSL0.820.970.65
HSV296°69°99°
CMYK 0.050.690.00   0.01
XYZ56.301831.145595.1397
Yxy31.14550.30840.1706
Hunter Lab55.808282.4146-62.0097
CIE-Lab62.630380.9946-55.6347

#f04ffc color RGB value is (240,79,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001111 11111100
Octal 360 117 374
Decimal 240 79 252
Hex F0 4F FC

RGB Percentages of Color #f04ffc

%42.03
%13.84
%44.13

CMYK Percentages of Color #f04ffc

%5
%69
%0
%1

Triadic Colors of #f04ffc

#f04ffc #fcf04f #4ffcf0

Analogous Colors of #f04ffc

#f04ffc #fc4fb2 #9a4ffc

Monochromatic Colors of #f04ffc

#f04ffc

Complementary Color

#f04ffc #5bfc4f

#f04ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04ffc Color CSS Codes

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

#f04ffc Text Font Color

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

This sample text font color is #f04ffc
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.


#f04ffc Background Color

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

This div background color is #f04ffc


#f04ffc Border Color

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

This div border color is #f04ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.