#FD09ED

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

Shades of Magenta #FD09ED

Tints of Magenta #FD09ED

Color information

#FD09ED (or 0xFD09ED) is unknown color: approx Magenta. HEX triplet: FD, 09 and ED. RGB value is (253,9,237). Sum of RGB (Red+Green+Blue) = 253+9+237=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 9 (3.91% from 255 or 1.80% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FD09ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD09ED is #02F612. Grayscale: #6B6B6B. Windows color (decimal): -194067 or 15534589. OLE color: 15534589.

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

Color convert

RGB2539237-
CMYK00.960.060.01
HSL303.93º98.39%51.37%-
HSV(B)303.93º96.44%99.22%-
XYZ55.8927.1982.42-
YUV107.95200.84231.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.70%
GREEN value IS 9 (3.91% from 255) = 1.80%
BLUE value IS 237 (92.97% from 255) = 47.49%
R=50.70%
G=1.80%
B=47.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253923700.960.060.01303.9398.3951.37
HexFD9ED060611306233
Octal3751135501406146014263
Binary111111011001111011010110000011011001100001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD09ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD09ED; }

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

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

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

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

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

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

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

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