Html Css Color HEX #FC11A8 Spicy Pink

📋 copy color: '#FC11A8'

red 252 ◦ green 17 ◦ blue 168

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

Shades of Spicy Pink #FC11A8

Tints of Spicy Pink #FC11A8

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.89%

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

R = 57.67%
G = 3.89%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC11A8 (or 0xFC11A8) is known color: Spicy Pink. HEX triplet: FC, 11 and A8. RGB value is (252,17,168). Sum of RGB (Red+Green+Blue) = 252+17+168=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 17 (7.03% from 255 or 3.89% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC11A8 is #03EE57. Grayscale: #686868. Windows color (decimal): -257624 or 11014652. OLE color: 11014652.

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

Color convert

RGB 252 17 168 -
CMYK 0 0.93 0.33 0.01
HSL 321.45º 0.98% 0.53% -
HSV(B) 321.45º 0.93% 0.99% -
XYZ 47.41 23.92 39.16 -
YUV 104.48 163.86 233.22 -
System Red Green Blue C M Y K H S L
Decimal 252 17 168 0 0.93 0.33 0.01 321.45 0.98 0.53
Hex FC 11 A8 0 5D 21 1 141 62 35
Octal 374 21 250 0 135 41 1 501 142 65
Binary 11111100 10001 10101000 0 1011101 100001 1 101000001 1100010 110101

Color Harmonies of #FC11A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC11A8

Black with #FC11A8

Text Example


Text Example

White with #FC11A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC11A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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