Html Css Color HEX #FC19B8 Spicy Pink

📋 copy color: '#FC19B8'

red 252 ◦ green 25 ◦ blue 184

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

Shades of Spicy Pink #FC19B8

Tints of Spicy Pink #FC19B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.91%

R = 54.66%
G = 5.42%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC19B8 (or 0xFC19B8) is known color: Spicy Pink. HEX triplet: FC, 19 and B8. RGB value is (252,25,184). Sum of RGB (Red+Green+Blue) = 252+25+184=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 25 (10.16% from 255 or 5.42% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC19B8 is #03E647. Grayscale: #6E6E6E. Windows color (decimal): -255560 or 12065276. OLE color: 12065276.

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

Color convert

RGB 252 25 184 -
CMYK 0 0.90 0.27 0.01
HSL 317.97º 0.97% 0.54% -
HSV(B) 317.97º 0.9% 0.99% -
XYZ 49.14 24.85 47.55 -
YUV 111 169.21 228.57 -
System Red Green Blue C M Y K H S L
Decimal 252 25 184 0 0.90 0.27 0.01 317.97 0.97 0.54
Hex FC 19 B8 0 5A 1B 1 13E 61 36
Octal 374 31 270 0 132 33 1 476 141 66
Binary 11111100 11001 10111000 0 1011010 11011 1 100111110 1100001 110110

Color Harmonies of #FC19B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC19B8

Black with #FC19B8

Text Example


Text Example

White with #FC19B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC19B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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