Html Css Color HEX #FC19A0 Deep Pink

📋 copy color: '#FC19A0'

red 252 ◦ green 25 ◦ blue 160

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

Shades of Deep Pink #FC19A0

Tints of Deep Pink #FC19A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.61%

R = 57.67%
G = 5.72%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC19A0 (or 0xFC19A0) is known color: Deep Pink. HEX triplet: FC, 19 and A0. RGB value is (252,25,160). Sum of RGB (Red+Green+Blue) = 252+25+160=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC19A0 is #03E65F. Grayscale: #6B6B6B. Windows color (decimal): -255584 or 10492412. OLE color: 10492412.

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

Color convert

RGB 252 25 160 -
CMYK 0 0.90 0.37 0.01
HSL 324.32º 0.97% 0.54% -
HSV(B) 324.32º 0.9% 0.99% -
XYZ 46.84 23.93 35.41 -
YUV 108.26 157.21 230.52 -
System Red Green Blue C M Y K H S L
Decimal 252 25 160 0 0.90 0.37 0.01 324.32 0.97 0.54
Hex FC 19 A0 0 5A 25 1 144 61 36
Octal 374 31 240 0 132 45 1 504 141 66
Binary 11111100 11001 10100000 0 1011010 100101 1 101000100 1100001 110110

Color Harmonies of #FC19A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC19A0

Black with #FC19A0

Text Example


Text Example

White with #FC19A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC19A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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