#FD1285

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

Shades of Deep Pink #FD1285

Tints of Deep Pink #FD1285

Color information

#FD1285 (or 0xFD1285) is unknown color: approx Deep Pink. HEX triplet: FD, 12 and 85. RGB value is (253,18,133). Sum of RGB (Red+Green+Blue) = 253+18+133=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 18 (7.42% from 255 or 4.46% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1285 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1285 is #02ED7A. Grayscale: #656565. Windows color (decimal): -191867 or 8721149. OLE color: 8721149.

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

Color convert

RGB25318133-
CMYK00.930.470.01
HSL330.64º98.33%53.14%-
HSV(B)330.64º92.89%99.22%-
XYZ44.9623.0124.26-
YUV101.38145.86236.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 62.62%
GREEN value IS 18 (7.42% from 255) = 4.46%
BLUE value IS 133 (52.34% from 255) = 32.92%
R=62.62%
G=4.46%
B=32.92%

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
Decimal2531813300.930.470.01330.6498.3353.14
HexFD128505D2F114b6235
Octal37522205013557151314265
Binary1111110110010100001010101110110111111010010111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1285; }

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

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

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

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

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

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

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

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