#FC0179

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

Shades of Deep Pink #FC0179

Tints of Deep Pink #FC0179

Color information

#FC0179 (or 0xFC0179) is unknown color: approx Deep Pink. HEX triplet: FC, 01 and 79. RGB value is (252,1,121). Sum of RGB (Red+Green+Blue) = 252+1+121=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0179 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0179 is #03FE86. Grayscale: #595959. Windows color (decimal): -261767 or 7930364. OLE color: 7930364.

HSL color Cylindrical-coordinate representation of color #FC0179: hue angle of 331.31º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0179 is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB2521121-
CMYK01.000.520.01
HSL331.31º99.21%49.61%-
HSV(B)331.31º99.6%98.82%-
XYZ43.6122.120.06-
YUV89.73145.66243.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 67.38%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 121 (47.66% from 255) = 32.35%
R=67.38%
G=0.27%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252112101.000.520.01331.3199.2149.61
HexFC17906434114b6332
Octal3741171014464151314362
Binary11111100111110010110010011010011010010111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0179; }

 p { color: rgb(252,1,121); }

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

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

 a { background-color: rgb(252,1,121); }

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

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

 span { border-color: rgb(252,1,121); }

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