Html Css Color HEX #FC0EA8 Spicy Pink

📋 copy color: '#FC0EA8'

red 252 ◦ green 14 ◦ blue 168

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

Shades of Spicy Pink #FC0EA8

Tints of Spicy Pink #FC0EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.71%

R = 58.06%
G = 3.23%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC0EA8 (or 0xFC0EA8) is known color: Spicy Pink. HEX triplet: FC, 0E and A8. RGB value is (252,14,168). Sum of RGB (Red+Green+Blue) = 252+14+168=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 14 (5.86% from 255 or 3.23% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EA8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0EA8 is #03F157. Grayscale: #666666. Windows color (decimal): -258392 or 11013884. OLE color: 11013884.

HSL color Cylindrical-coordinate representation of color #FC0EA8: hue angle of 321.18º 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 #FC0EA8 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 14 168 -
CMYK 0 0.94 0.33 0.01
HSL 321.18º 0.98% 0.52% -
HSV(B) 321.18º 0.94% 0.99% -
XYZ 47.37 23.84 39.15 -
YUV 102.72 164.85 234.48 -
System Red Green Blue C M Y K H S L
Decimal 252 14 168 0 0.94 0.33 0.01 321.18 0.98 0.52
Hex FC E A8 0 5E 21 1 141 62 34
Octal 374 16 250 0 136 41 1 501 142 64
Binary 11111100 1110 10101000 0 1011110 100001 1 101000001 1100010 110100

Color Harmonies of #FC0EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0EA8

Black with #FC0EA8

Text Example


Text Example

White with #FC0EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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