#FC0277

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

Shades of Deep Pink #FC0277

Tints of Deep Pink #FC0277

Color information

#FC0277 (or 0xFC0277) is unknown color: approx Deep Pink. HEX triplet: FC, 02 and 77. RGB value is (252,2,119). Sum of RGB (Red+Green+Blue) = 252+2+119=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0277 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0277 is #03FD88. Grayscale: #595959. Windows color (decimal): -261513 or 7799548. OLE color: 7799548.

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

Color convert

RGB2522119-
CMYK00.990.530.01
HSL331.92º98.43%49.8%-
HSV(B)331.92º99.21%98.82%-
XYZ43.522.0719.42-
YUV90.09144.32243.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 67.56%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 119 (46.88% from 255) = 31.90%
R=67.56%
G=0.54%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252211900.990.530.01331.9298.4349.8
HexFC27706335114c6232
Octal3742167014365151414262
Binary111111001011101110110001111010111010011001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0277; }

 p { color: rgb(252,2,119); }

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

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

 a { background-color: rgb(252,2,119); }

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

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

 span { border-color: rgb(252,2,119); }

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