#FC2089

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

Shades of Deep Pink #FC2089

Tints of Deep Pink #FC2089

Color information

#FC2089 (or 0xFC2089) is unknown color: approx Deep Pink. HEX triplet: FC, 20 and 89. RGB value is (252,32,137). Sum of RGB (Red+Green+Blue) = 252+32+137=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2089 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2089 is #03DF76. Grayscale: #6D6D6D. Windows color (decimal): -253815 or 8986876. OLE color: 8986876.

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

Color convert

RGB25232137-
CMYK00.870.460.01
HSL331.36º97.35%55.69%-
HSV(B)331.36º87.3%98.82%-
XYZ45.1823.5325.83-
YUV109.75143.39229.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 59.86%
GREEN value IS 32 (12.89% from 255) = 7.60%
BLUE value IS 137 (53.91% from 255) = 32.54%
R=59.86%
G=7.60%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2523213700.870.460.01331.3697.3555.69
HexFC20890572E114b6138
Octal37440211012756151314170
Binary11111100100000100010010101011110111011010010111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2089; }

 p { color: rgb(252,32,137); }

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

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

 a { background-color: rgb(252,32,137); }

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

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

 span { border-color: rgb(252,32,137); }

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