Html Css Color HEX #FD0EE5 Hot Magenta

📋 copy color: '#FD0EE5'

red 253 ◦ green 14 ◦ blue 229

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

Shades of Hot Magenta #FD0EE5

Tints of Hot Magenta #FD0EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.17%

R = 51.01%
G = 2.82%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FD0EE5 (or 0xFD0EE5) is known color: Hot Magenta. HEX triplet: FD, 0E and E5. RGB value is (253,14,229). Sum of RGB (Red+Green+Blue) = 253+14+229=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 14 (5.86% from 255 or 2.82% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0EE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0EE5 is #02F11A. Grayscale: #6D6D6D. Windows color (decimal): -192795 or 15011581. OLE color: 15011581.

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

Color convert

RGB 253 14 229 -
CMYK 0 0.94 0.09 0.01
HSL 306.03º 0.98% 0.52% -
HSV(B) 306.03º 0.94% 0.99% -
XYZ 54.81 26.85 76.42 -
YUV 109.97 195.18 230.02 -
System Red Green Blue C M Y K H S L
Decimal 253 14 229 0 0.94 0.09 0.01 306.03 0.98 0.52
Hex FD E E5 0 5E 9 1 132 62 34
Octal 375 16 345 0 136 11 1 462 142 64
Binary 11111101 1110 11100101 0 1011110 1001 1 100110010 1100010 110100

Color Harmonies of #FD0EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0EE5

Black with #FD0EE5

Text Example


Text Example

White with #FD0EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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