#FD09D7

Color #FD09D7 Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #FD09D7

Tints of Hot Magenta #FD09D7

Color information

#FD09D7 (or 0xFD09D7) is unknown color: approx Hot Magenta. HEX triplet: FD, 09 and D7. RGB value is (253,9,215). Sum of RGB (Red+Green+Blue) = 253+9+215=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 9 (3.91% from 255 or 1.89% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD09D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD09D7 is #02F628. Grayscale: #686868. Windows color (decimal): -194089 or 14092797. OLE color: 14092797.

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

Color convert

RGB2539215-
CMYK00.960.150.01
HSL309.34º98.39%51.37%-
HSV(B)309.34º96.44%99.22%-
XYZ52.8725.9866.52-
YUV105.44189.84233.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.04%
GREEN value IS 9 (3.91% from 255) = 1.89%
BLUE value IS 215 (84.38% from 255) = 45.07%
R=53.04%
G=1.89%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253921500.960.150.01309.3498.3951.37
HexFD9D7060F11356233
Octal37511327014017146514263
Binary1111110110011101011101100000111111001101011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD09D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD09D7; }

 p { color: rgb(253,9,215); }

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

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

 a { background-color: rgb(253,9,215); }

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

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

 span { border-color: rgb(253,9,215); }

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