#FC1799

Color #FC1799 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #FC1799

Tints of Deep Pink #FC1799

Color information

#FC1799 (or 0xFC1799) is unknown color: approx Deep Pink. HEX triplet: FC, 17 and 99. RGB value is (252,23,153). Sum of RGB (Red+Green+Blue) = 252+23+153=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 23 (9.38% from 255 or 5.37% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1799 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1799 is #03E866. Grayscale: #696969. Windows color (decimal): -256103 or 10033148. OLE color: 10033148.

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

Color convert

RGB25223153-
CMYK00.910.390.01
HSL325.94º97.45%53.92%-
HSV(B)325.94º90.87%98.82%-
XYZ46.223.6132.26-
YUV106.29154.37231.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.88%
GREEN value IS 23 (9.38% from 255) = 5.37%
BLUE value IS 153 (60.16% from 255) = 35.75%
R=58.88%
G=5.37%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522315300.910.390.01325.9497.4553.92
HexFC179905B2711466136
Octal37427231013347150614166
Binary1111110010111100110010101101110011111010001101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1799; }

 p { color: rgb(252,23,153); }

 H1.HeaderClassName
 {
   color: #FC1799;
 }
 .AnyTagClassName
 {
   color: #FC1799;
 }
</style>
background-color css

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

 a { background-color: rgb(252,23,153); }

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

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

 span { border-color: rgb(252,23,153); }

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