Html Css Color HEX #FC15A0 Deep Pink

📋 copy color: '#FC15A0'

red 252 ◦ green 21 ◦ blue 160

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

Shades of Deep Pink #FC15A0

Tints of Deep Pink #FC15A0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.85%

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

R = 58.2%
G = 4.85%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC15A0 (or 0xFC15A0) is known color: Deep Pink. HEX triplet: FC, 15 and A0. RGB value is (252,21,160). Sum of RGB (Red+Green+Blue) = 252+21+160=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC15A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC15A0 is #03EA5F. Grayscale: #696969. Windows color (decimal): -256608 or 10491388. OLE color: 10491388.

HSL color Cylindrical-coordinate representation of color #FC15A0: hue angle of 323.9º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC15A0 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 21 160 -
CMYK 0 0.92 0.37 0.01
HSL 323.9º 0.97% 0.54% -
HSV(B) 323.9º 0.92% 0.99% -
XYZ 46.76 23.77 35.38 -
YUV 105.92 158.53 232.2 -
System Red Green Blue C M Y K H S L
Decimal 252 21 160 0 0.92 0.37 0.01 323.9 0.97 0.54
Hex FC 15 A0 0 5C 25 1 144 61 36
Octal 374 25 240 0 134 45 1 504 141 66
Binary 11111100 10101 10100000 0 1011100 100101 1 101000100 1100001 110110

Color Harmonies of #FC15A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC15A0

Black with #FC15A0

Text Example


Text Example

White with #FC15A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC15A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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