Html Css Color HEX #FC19B1 Spicy Pink

📋 copy color: '#FC19B1'

red 252 ◦ green 25 ◦ blue 177

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

Shades of Spicy Pink #FC19B1

Tints of Spicy Pink #FC19B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.99%

R = 55.51%
G = 5.51%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC19B1 (or 0xFC19B1) is known color: Spicy Pink. HEX triplet: FC, 19 and B1. RGB value is (252,25,177). Sum of RGB (Red+Green+Blue) = 252+25+177=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC19B1 is #03E64E. Grayscale: #6D6D6D. Windows color (decimal): -255567 or 11606524. OLE color: 11606524.

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

Color convert

RGB 252 25 177 -
CMYK 0 0.90 0.30 0.01
HSL 319.82º 0.97% 0.54% -
HSV(B) 319.82º 0.9% 0.99% -
XYZ 48.43 24.57 43.78 -
YUV 110.2 165.71 229.14 -
System Red Green Blue C M Y K H S L
Decimal 252 25 177 0 0.90 0.30 0.01 319.82 0.97 0.54
Hex FC 19 B1 0 5A 1E 1 140 61 36
Octal 374 31 261 0 132 36 1 500 141 66
Binary 11111100 11001 10110001 0 1011010 11110 1 101000000 1100001 110110

Color Harmonies of #FC19B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC19B1

Black with #FC19B1

Text Example


Text Example

White with #FC19B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC19B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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