Html Css Color HEX #FC0EAA Spicy Pink

📋 copy color: '#FC0EAA'

red 252 ◦ green 14 ◦ blue 170

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

Shades of Spicy Pink #FC0EAA

Tints of Spicy Pink #FC0EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.99%

R = 57.8%
G = 3.21%
B = 38.99%

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

#FC0EAA (or 0xFC0EAA) is known color: Spicy Pink. HEX triplet: FC, 0E and AA. RGB value is (252,14,170). Sum of RGB (Red+Green+Blue) = 252+14+170=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 14 (5.86% from 255 or 3.21% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0EAA is #03F155. Grayscale: #666666. Windows color (decimal): -258390 or 11144956. OLE color: 11144956.

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

Color convert

RGB 252 14 170 -
CMYK 0 0.94 0.33 0.01
HSL 320.67º 0.98% 0.52% -
HSV(B) 320.67º 0.94% 0.99% -
XYZ 47.56 23.91 40.14 -
YUV 102.95 165.85 234.32 -
System Red Green Blue C M Y K H S L
Decimal 252 14 170 0 0.94 0.33 0.01 320.67 0.98 0.52
Hex FC E AA 0 5E 21 1 141 62 34
Octal 374 16 252 0 136 41 1 501 142 64
Binary 11111100 1110 10101010 0 1011110 100001 1 101000001 1100010 110100

Color Harmonies of #FC0EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0EAA

Black with #FC0EAA

Text Example


Text Example

White with #FC0EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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