Html Css Color HEX #FC0FAA Spicy Pink

📋 copy color: '#FC0FAA'

red 252 ◦ green 15 ◦ blue 170

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

Shades of Spicy Pink #FC0FAA

Tints of Spicy Pink #FC0FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.43%

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

R = 57.67%
G = 3.43%
B = 38.9%

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

#FC0FAA (or 0xFC0FAA) is known color: Spicy Pink. HEX triplet: FC, 0F and AA. RGB value is (252,15,170). Sum of RGB (Red+Green+Blue) = 252+15+170=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 15 (6.25% from 255 or 3.43% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0FAA is #03F055. Grayscale: #676767. Windows color (decimal): -258134 or 11145212. OLE color: 11145212.

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

Color convert

RGB 252 15 170 -
CMYK 0 0.94 0.33 0.01
HSL 320.76º 0.98% 0.52% -
HSV(B) 320.76º 0.94% 0.99% -
XYZ 47.57 23.94 40.14 -
YUV 103.53 165.52 233.9 -
System Red Green Blue C M Y K H S L
Decimal 252 15 170 0 0.94 0.33 0.01 320.76 0.98 0.52
Hex FC F AA 0 5E 21 1 141 62 34
Octal 374 17 252 0 136 41 1 501 142 64
Binary 11111100 1111 10101010 0 1011110 100001 1 101000001 1100010 110100

Color Harmonies of #FC0FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0FAA

Black with #FC0FAA

Text Example


Text Example

White with #FC0FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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