Html Css Color HEX #FC11AB Spicy Pink

📋 copy color: '#FC11AB'

red 252 ◦ green 17 ◦ blue 171

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

Shades of Spicy Pink #FC11AB

Tints of Spicy Pink #FC11AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.86%

R = 57.27%
G = 3.86%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC11AB (or 0xFC11AB) is known color: Spicy Pink. HEX triplet: FC, 11 and AB. RGB value is (252,17,171). Sum of RGB (Red+Green+Blue) = 252+17+171=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 17 (7.03% from 255 or 3.86% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC11AB is #03EE54. Grayscale: #686868. Windows color (decimal): -257621 or 11211260. OLE color: 11211260.

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

Color convert

RGB 252 17 171 -
CMYK 0 0.93 0.32 0.01
HSL 320.68º 0.98% 0.53% -
HSV(B) 320.68º 0.93% 0.99% -
XYZ 47.7 24.04 40.65 -
YUV 104.82 165.36 232.98 -
System Red Green Blue C M Y K H S L
Decimal 252 17 171 0 0.93 0.32 0.01 320.68 0.98 0.53
Hex FC 11 AB 0 5D 20 1 141 62 35
Octal 374 21 253 0 135 40 1 501 142 65
Binary 11111100 10001 10101011 0 1011101 100000 1 101000001 1100010 110101

Color Harmonies of #FC11AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC11AB

Black with #FC11AB

Text Example


Text Example

White with #FC11AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC11AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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