Html Css Color HEX #FD0EE9 Magenta

📋 copy color: '#FD0EE9'

red 253 ◦ green 14 ◦ blue 233

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

Shades of Magenta #FD0EE9

Tints of Magenta #FD0EE9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.8%

 BLUE value IS 233 (91.41% from 255) = 46.6%

R = 50.6%
G = 2.8%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FD0EE9 (or 0xFD0EE9) is known color: Magenta. HEX triplet: FD, 0E and E9. RGB value is (253,14,233). Sum of RGB (Red+Green+Blue) = 253+14+233=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 14 (5.86% from 255 or 2.8% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0EE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0EE9 is #02F116. Grayscale: #6D6D6D. Windows color (decimal): -192791 or 15273725. OLE color: 15273725.

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

Color convert

RGB 253 14 233 -
CMYK 0 0.94 0.08 0.01
HSL 305.02º 0.98% 0.52% -
HSV(B) 305.02º 0.94% 0.99% -
XYZ 55.37 27.08 79.4 -
YUV 110.43 197.18 229.69 -
System Red Green Blue C M Y K H S L
Decimal 253 14 233 0 0.94 0.08 0.01 305.02 0.98 0.52
Hex FD E E9 0 5E 8 1 131 62 34
Octal 375 16 351 0 136 10 1 461 142 64
Binary 11111101 1110 11101001 0 1011110 1000 1 100110001 1100010 110100

Color Harmonies of #FD0EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0EE9

Black with #FD0EE9

Text Example


Text Example

White with #FD0EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0EE9; }

 p { color: rgb(253,14,233); }

 H1.HeaderClassName
 {
   color: #FD0EE9;
 }
 .AnyTagClassName
 {
   color: #FD0EE9;
 }
</style>

background-color css

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

 a { background-color: rgb(253,14,233); }

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

border-color css

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

 span { border-color: rgb(253,14,233); }

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