#FD1289

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

Shades of Deep Pink #FD1289

Tints of Deep Pink #FD1289

Color information

#FD1289 (or 0xFD1289) is unknown color: approx Deep Pink. HEX triplet: FD, 12 and 89. RGB value is (253,18,137). Sum of RGB (Red+Green+Blue) = 253+18+137=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1289 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1289 is #02ED76. Grayscale: #656565. Windows color (decimal): -191863 or 8983293. OLE color: 8983293.

HSL color Cylindrical-coordinate representation of color #FD1289: hue angle of 329.62º 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 #FD1289 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB25318137-
CMYK00.930.460.01
HSL329.62º98.33%53.14%-
HSV(B)329.62º92.89%99.22%-
XYZ45.2423.1225.75-
YUV101.83147.86235.82-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 62.01%
GREEN value IS 18 (7.42% from 255) = 4.41%
BLUE value IS 137 (53.91% from 255) = 33.58%
R=62.01%
G=4.41%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531813700.930.460.01329.6298.3353.14
HexFD128905D2E114a6235
Octal37522211013556151214265
Binary1111110110010100010010101110110111011010010101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1289; }

 p { color: rgb(253,18,137); }

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

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

 a { background-color: rgb(253,18,137); }

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

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

 span { border-color: rgb(253,18,137); }

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