Html Css Color HEX #FC11A6 Spicy Pink

📋 copy color: '#FC11A6'

red 252 ◦ green 17 ◦ blue 166

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

Shades of Spicy Pink #FC11A6

Tints of Spicy Pink #FC11A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.16%

R = 57.93%
G = 3.91%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FC11A6 (or 0xFC11A6) is known color: Spicy Pink. HEX triplet: FC, 11 and A6. RGB value is (252,17,166). Sum of RGB (Red+Green+Blue) = 252+17+166=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 17 (7.03% from 255 or 3.91% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC11A6 is #03EE59. Grayscale: #676767. Windows color (decimal): -257626 or 10883580. OLE color: 10883580.

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

Color convert

RGB 252 17 166 -
CMYK 0 0.93 0.34 0.01
HSL 321.96º 0.98% 0.53% -
HSV(B) 321.96º 0.93% 0.99% -
XYZ 47.23 23.85 38.19 -
YUV 104.25 162.86 233.38 -
System Red Green Blue C M Y K H S L
Decimal 252 17 166 0 0.93 0.34 0.01 321.96 0.98 0.53
Hex FC 11 A6 0 5D 22 1 142 62 35
Octal 374 21 246 0 135 42 1 502 142 65
Binary 11111100 10001 10100110 0 1011101 100010 1 101000010 1100010 110101

Color Harmonies of #FC11A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC11A6

Black with #FC11A6

Text Example


Text Example

White with #FC11A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC11A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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