#FD1286

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

Shades of Deep Pink #FD1286

Tints of Deep Pink #FD1286

Color information

#FD1286 (or 0xFD1286) is unknown color: approx Deep Pink. HEX triplet: FD, 12 and 86. RGB value is (253,18,134). Sum of RGB (Red+Green+Blue) = 253+18+134=405 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.47% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1286 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1286 is #02ED79. Grayscale: #656565. Windows color (decimal): -191866 or 8786685. OLE color: 8786685.

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

Color convert

RGB25318134-
CMYK00.930.470.01
HSL330.38º98.33%53.14%-
HSV(B)330.38º92.89%99.22%-
XYZ45.0323.0424.63-
YUV101.49146.36236.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 62.47%
GREEN value IS 18 (7.42% from 255) = 4.44%
BLUE value IS 134 (52.73% from 255) = 33.09%
R=62.47%
G=4.44%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531813400.930.470.01330.3898.3353.14
HexFD128605D2F114a6235
Octal37522206013557151214265
Binary1111110110010100001100101110110111111010010101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1286; }

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

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

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

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

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

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

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

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