#FC128C

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

Shades of Deep Pink #FC128C

Tints of Deep Pink #FC128C

Color information

#FC128C (or 0xFC128C) is unknown color: approx Deep Pink. HEX triplet: FC, 12 and 8C. RGB value is (252,18,140). Sum of RGB (Red+Green+Blue) = 252+18+140=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC128C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC128C is #03ED73. Grayscale: #656565. Windows color (decimal): -257396 or 9179900. OLE color: 9179900.

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

Color convert

RGB25218140-
CMYK00.930.440.01
HSL328.72º97.5%52.94%-
HSV(B)328.72º92.86%98.82%-
XYZ45.0923.0226.88-
YUV101.87149.52235.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 61.46%
GREEN value IS 18 (7.42% from 255) = 4.39%
BLUE value IS 140 (55.08% from 255) = 34.15%
R=61.46%
G=4.39%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521814000.930.440.01328.7297.552.94
HexFC128C05D2C11496235
Octal37422214013554151114265
Binary1111110010010100011000101110110110011010010011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC128C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC128C; }

 p { color: rgb(252,18,140); }

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

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

 a { background-color: rgb(252,18,140); }

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

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

 span { border-color: rgb(252,18,140); }

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