Html Css Color HEX #FC19A6 Spicy Pink

📋 copy color: '#FC19A6'

red 252 ◦ green 25 ◦ blue 166

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

Shades of Spicy Pink #FC19A6

Tints of Spicy Pink #FC19A6

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.64%

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

R = 56.88%
G = 5.64%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FC19A6 (or 0xFC19A6) is known color: Spicy Pink. HEX triplet: FC, 19 and A6. RGB value is (252,25,166). Sum of RGB (Red+Green+Blue) = 252+25+166=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC19A6 is #03E659. Grayscale: #6C6C6C. Windows color (decimal): -255578 or 10885628. OLE color: 10885628.

HSL color Cylindrical-coordinate representation of color #FC19A6: hue angle of 322.73º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC19A6 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 25 166 -
CMYK 0 0.90 0.34 0.01
HSL 322.73º 0.97% 0.54% -
HSV(B) 322.73º 0.9% 0.99% -
XYZ 47.38 24.14 38.24 -
YUV 108.95 160.21 230.04 -
System Red Green Blue C M Y K H S L
Decimal 252 25 166 0 0.90 0.34 0.01 322.73 0.97 0.54
Hex FC 19 A6 0 5A 22 1 143 61 36
Octal 374 31 246 0 132 42 1 503 141 66
Binary 11111100 11001 10100110 0 1011010 100010 1 101000011 1100001 110110

Color Harmonies of #FC19A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC19A6

Black with #FC19A6

Text Example


Text Example

White with #FC19A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC19A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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