Html Css Color HEX #FD09ED Magenta

📋 copy color: '#FD09ED'

red 253 ◦ green 9 ◦ blue 237

#FD09ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magenta #FD09ED

Tints of Magenta #FD09ED

RGB

 RED value IS 253 (99.22% from 255) = 50.7%

 GREEN value IS 9 (3.91% from 255) = 1.8%

 BLUE value IS 237 (92.97% from 255) = 47.49%

R = 50.7%
G = 1.8%
B = 47.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FD09ED (or 0xFD09ED) is known color: 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

RGB 253 9 237 -
CMYK 0 0.96 0.06 0.01
HSL 303.93º 0.98% 0.51% -
HSV(B) 303.93º 0.96% 0.99% -
XYZ 55.89 27.19 82.42 -
YUV 107.95 200.84 231.46 -
System Red Green Blue C M Y K H S L
Decimal 253 9 237 0 0.96 0.06 0.01 303.93 0.98 0.51
Hex FD 9 ED 0 60 6 1 130 62 33
Octal 375 11 355 0 140 6 1 460 142 63
Binary 11111101 1001 11101101 0 1100000 110 1 100110000 1100010 110011

Color Harmonies of #FD09ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD09ED

Black with #FD09ED

Text Example


Text Example

White with #FD09ED

Text Example


Text Example

HTML Codes & Css Web 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>