Html Css Color HEX #FC0E8E Deep Pink

📋 copy color: '#FC0E8E'

red 252 ◦ green 14 ◦ blue 142

#FC0E8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #FC0E8E

Tints of Deep Pink #FC0E8E

RGB

 RED value IS 252 (98.83% from 255) = 61.76%

 GREEN value IS 14 (5.86% from 255) = 3.43%

 BLUE value IS 142 (55.86% from 255) = 34.8%

R = 61.76%
G = 3.43%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FC0E8E (or 0xFC0E8E) is known color: Deep Pink. HEX triplet: FC, 0E and 8E. RGB value is (252,14,142). Sum of RGB (Red+Green+Blue) = 252+14+142=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 14 (5.86% from 255 or 3.43% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0E8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0E8E is #03F171. Grayscale: #636363. Windows color (decimal): -258418 or 9309948. OLE color: 9309948.

HSL color Cylindrical-coordinate representation of color #FC0E8E: hue angle of 327.73º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0E8E is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 14 142 -
CMYK 0 0.94 0.44 0.01
HSL 327.73º 0.98% 0.52% -
HSV(B) 327.73º 0.94% 0.99% -
XYZ 45.18 22.96 27.64 -
YUV 99.75 151.85 236.59 -
System Red Green Blue C M Y K H S L
Decimal 252 14 142 0 0.94 0.44 0.01 327.73 0.98 0.52
Hex FC E 8E 0 5E 2C 1 148 62 34
Octal 374 16 216 0 136 54 1 510 142 64
Binary 11111100 1110 10001110 0 1011110 101100 1 101001000 1100010 110100

Color Harmonies of #FC0E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0E8E

Black with #FC0E8E

Text Example


Text Example

White with #FC0E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0E8E; }

 p { color: rgb(252,14,142); }

 H1.HeaderClassName
 {
   color: #FC0E8E;
 }
 .AnyTagClassName
 {
   color: #FC0E8E;
 }
</style>

background-color css

<style>
 a { background-color: #FC0E8E; }

 a { background-color: rgb(252,14,142); }

 div.DivClassName
 {
   background-color: #FC0E8E;
 }
 .BgClassName
 {
   background-color: #FC0E8E;
 }
</style>

border-color css

<style>
 span { border-color: #FC0E8E; }

 span { border-color: rgb(252,14,142); }

 td.TdClassName
 {
   border-color: #FC0E8E;
 }
 .TagClassName
 {
   border-color: #FC0E8E;
 }
</style>