Html Css Color HEX #FE0AD5 Hot Magenta

📋 copy color: '#FE0AD5'

red 254 ◦ green 10 ◦ blue 213

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

Shades of Hot Magenta #FE0AD5

Tints of Hot Magenta #FE0AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.65%

R = 53.25%
G = 2.1%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE0AD5 (or 0xFE0AD5) is known color: Hot Magenta. HEX triplet: FE, 0A and D5. RGB value is (254,10,213). Sum of RGB (Red+Green+Blue) = 254+10+213=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 10 (4.30% from 255 or 2.10% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AD5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0AD5 is #01F52A. Grayscale: #696969. Windows color (decimal): -128299 or 13961982. OLE color: 13961982.

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

Color convert

RGB 254 10 213 -
CMYK 0 0.96 0.16 0.00
HSL 310.08º 0.99% 0.52% -
HSV(B) 310.08º 0.96% 1% -
XYZ 52.99 26.09 65.19 -
YUV 106.1 188.34 233.49 -
System Red Green Blue C M Y K H S L
Decimal 254 10 213 0 0.96 0.16 0.00 310.08 0.99 0.52
Hex FE A D5 0 60 10 0 136 63 34
Octal 376 12 325 0 140 20 0 466 143 64
Binary 11111110 1010 11010101 0 1100000 10000 0 100110110 1100011 110100

Color Harmonies of #FE0AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0AD5

Black with #FE0AD5

Text Example


Text Example

White with #FE0AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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