Html Css Color HEX #FC19B7 Spicy Pink

📋 copy color: '#FC19B7'

red 252 ◦ green 25 ◦ blue 183

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

Shades of Spicy Pink #FC19B7

Tints of Spicy Pink #FC19B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.78%

R = 54.78%
G = 5.43%
B = 39.78%

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

#FC19B7 (or 0xFC19B7) is known color: Spicy Pink. HEX triplet: FC, 19 and B7. RGB value is (252,25,183). Sum of RGB (Red+Green+Blue) = 252+25+183=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 25 (10.16% from 255 or 5.43% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC19B7 is #03E648. Grayscale: #6E6E6E. Windows color (decimal): -255561 or 11999740. OLE color: 11999740.

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

Color convert

RGB 252 25 183 -
CMYK 0 0.90 0.27 0.01
HSL 318.24º 0.97% 0.54% -
HSV(B) 318.24º 0.9% 0.99% -
XYZ 49.04 24.81 47 -
YUV 110.89 168.71 228.65 -
System Red Green Blue C M Y K H S L
Decimal 252 25 183 0 0.90 0.27 0.01 318.24 0.97 0.54
Hex FC 19 B7 0 5A 1B 1 13E 61 36
Octal 374 31 267 0 132 33 1 476 141 66
Binary 11111100 11001 10110111 0 1011010 11011 1 100111110 1100001 110110

Color Harmonies of #FC19B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC19B7

Black with #FC19B7

Text Example


Text Example

White with #FC19B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC19B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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