Html Css Color HEX #FE0AD9 Hot Magenta

📋 copy color: '#FE0AD9'

red 254 ◦ green 10 ◦ blue 217

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

Shades of Hot Magenta #FE0AD9

Tints of Hot Magenta #FE0AD9

RGB

 RED value IS 254 (99.61% from 255) = 52.81%

 GREEN value IS 10 (4.3% from 255) = 2.08%

 BLUE value IS 217 (85.16% from 255) = 45.11%

R = 52.81%
G = 2.08%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FE0AD9 (or 0xFE0AD9) is known color: Hot Magenta. HEX triplet: FE, 0A and D9. RGB value is (254,10,217). Sum of RGB (Red+Green+Blue) = 254+10+217=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 10 (4.30% from 255 or 2.08% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AD9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0AD9 is #01F526. Grayscale: #696969. Windows color (decimal): -128295 or 14224126. OLE color: 14224126.

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

Color convert

RGB 254 10 217 -
CMYK 0 0.96 0.15 0.00
HSL 309.1º 0.99% 0.52% -
HSV(B) 309.1º 0.96% 1% -
XYZ 53.51 26.3 67.9 -
YUV 106.55 190.34 233.17 -
System Red Green Blue C M Y K H S L
Decimal 254 10 217 0 0.96 0.15 0.00 309.1 0.99 0.52
Hex FE A D9 0 60 F 0 135 63 34
Octal 376 12 331 0 140 17 0 465 143 64
Binary 11111110 1010 11011001 0 1100000 1111 0 100110101 1100011 110100

Color Harmonies of #FE0AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0AD9

Black with #FE0AD9

Text Example


Text Example

White with #FE0AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0AD9; }

 p { color: rgb(254,10,217); }

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

background-color css

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

 a { background-color: rgb(254,10,217); }

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

border-color css

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

 span { border-color: rgb(254,10,217); }

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