#FC0985

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

Shades of Deep Pink #FC0985

Tints of Deep Pink #FC0985

Color information

#FC0985 (or 0xFC0985) is unknown color: approx Deep Pink. HEX triplet: FC, 09 and 85. RGB value is (252,9,133). Sum of RGB (Red+Green+Blue) = 252+9+133=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0985 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0985 is #03F67A. Grayscale: #5F5F5F. Windows color (decimal): -259707 or 8718844. OLE color: 8718844.

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

Color convert

RGB2529133-
CMYK00.960.470.01
HSL329.38º97.59%51.18%-
HSV(B)329.38º96.43%98.82%-
XYZ44.4822.5824.21-
YUV95.79149.01239.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63.96%
GREEN value IS 9 (3.91% from 255) = 2.28%
BLUE value IS 133 (52.34% from 255) = 33.76%
R=63.96%
G=2.28%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252913300.960.470.01329.3897.5951.18
HexFC9850602F11496233
Octal37411205014057151114263
Binary111111001001100001010110000010111111010010011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0985; }

 p { color: rgb(252,9,133); }

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

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

 a { background-color: rgb(252,9,133); }

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

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

 span { border-color: rgb(252,9,133); }

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