Html Css Color HEX #FC11A7 Spicy Pink

📋 copy color: '#FC11A7'

red 252 ◦ green 17 ◦ blue 167

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

Shades of Spicy Pink #FC11A7

Tints of Spicy Pink #FC11A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.3%

R = 57.8%
G = 3.9%
B = 38.3%

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

#FC11A7 (or 0xFC11A7) is known color: Spicy Pink. HEX triplet: FC, 11 and A7. RGB value is (252,17,167). Sum of RGB (Red+Green+Blue) = 252+17+167=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 17 (7.03% from 255 or 3.90% from 436); Blue value is 167 (65.62% from 255 or 38.30% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC11A7 is #03EE58. Grayscale: #686868. Windows color (decimal): -257625 or 10949116. OLE color: 10949116.

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

Color convert

RGB 252 17 167 -
CMYK 0 0.93 0.34 0.01
HSL 321.7º 0.98% 0.53% -
HSV(B) 321.7º 0.93% 0.99% -
XYZ 47.32 23.89 38.68 -
YUV 104.37 163.36 233.3 -
System Red Green Blue C M Y K H S L
Decimal 252 17 167 0 0.93 0.34 0.01 321.7 0.98 0.53
Hex FC 11 A7 0 5D 22 1 142 62 35
Octal 374 21 247 0 135 42 1 502 142 65
Binary 11111100 10001 10100111 0 1011101 100010 1 101000010 1100010 110101

Color Harmonies of #FC11A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC11A7

Black with #FC11A7

Text Example


Text Example

White with #FC11A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC11A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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