#FC1476

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

Shades of Deep Pink #FC1476

Tints of Deep Pink #FC1476

Color information

#FC1476 (or 0xFC1476) is unknown color: approx Deep Pink. HEX triplet: FC, 14 and 76. RGB value is (252,20,118). Sum of RGB (Red+Green+Blue) = 252+20+118=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1476 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1476 is #03EB89. Grayscale: #646464. Windows color (decimal): -256906 or 7738620. OLE color: 7738620.

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

Color convert

RGB25220118-
CMYK00.920.530.01
HSL334.66º97.48%53.33%-
HSV(B)334.66º92.06%98.82%-
XYZ43.6722.519.18-
YUV100.54137.86236.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 64.62%
GREEN value IS 20 (8.20% from 255) = 5.13%
BLUE value IS 118 (46.48% from 255) = 30.26%
R=64.62%
G=5.13%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522011800.920.530.01334.6697.4853.33
HexFC147605C35114f6135
Octal37424166013465151714165
Binary111111001010011101100101110011010111010011111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1476; }

 p { color: rgb(252,20,118); }

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

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

 a { background-color: rgb(252,20,118); }

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

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

 span { border-color: rgb(252,20,118); }

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