Html Css Color HEX #FC19AB Spicy Pink

📋 copy color: '#FC19AB'

red 252 ◦ green 25 ◦ blue 171

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

Shades of Spicy Pink #FC19AB

Tints of Spicy Pink #FC19AB

RGB

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

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

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

R = 56.25%
G = 5.58%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC19AB (or 0xFC19AB) is known color: Spicy Pink. HEX triplet: FC, 19 and AB. RGB value is (252,25,171). Sum of RGB (Red+Green+Blue) = 252+25+171=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 25 (10.16% from 255 or 5.58% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC19AB is #03E654. Grayscale: #6D6D6D. Windows color (decimal): -255573 or 11213308. OLE color: 11213308.

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

Color convert

RGB 252 25 171 -
CMYK 0 0.90 0.32 0.01
HSL 321.41º 0.97% 0.54% -
HSV(B) 321.41º 0.9% 0.99% -
XYZ 47.84 24.33 40.7 -
YUV 109.52 162.71 229.63 -
System Red Green Blue C M Y K H S L
Decimal 252 25 171 0 0.90 0.32 0.01 321.41 0.97 0.54
Hex FC 19 AB 0 5A 20 1 141 61 36
Octal 374 31 253 0 132 40 1 501 141 66
Binary 11111100 11001 10101011 0 1011010 100000 1 101000001 1100001 110110

Color Harmonies of #FC19AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC19AB

Black with #FC19AB

Text Example


Text Example

White with #FC19AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC19AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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