Html Css Color HEX #FE0AD0 Hot Magenta

📋 copy color: '#FE0AD0'

red 254 ◦ green 10 ◦ blue 208

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

Shades of Hot Magenta #FE0AD0

Tints of Hot Magenta #FE0AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.07%

R = 53.81%
G = 2.12%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FE0AD0 (or 0xFE0AD0) is known color: Hot Magenta. HEX triplet: FE, 0A and D0. RGB value is (254,10,208). Sum of RGB (Red+Green+Blue) = 254+10+208=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 10 (4.30% from 255 or 2.12% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AD0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0AD0 is #01F52F. Grayscale: #686868. Windows color (decimal): -128304 or 13634302. OLE color: 13634302.

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

Color convert

RGB 254 10 208 -
CMYK 0 0.96 0.18 0.00
HSL 311.31º 0.99% 0.52% -
HSV(B) 311.31º 0.96% 1% -
XYZ 52.37 25.84 61.9 -
YUV 105.53 185.84 233.9 -
System Red Green Blue C M Y K H S L
Decimal 254 10 208 0 0.96 0.18 0.00 311.31 0.99 0.52
Hex FE A D0 0 60 12 0 137 63 34
Octal 376 12 320 0 140 22 0 467 143 64
Binary 11111110 1010 11010000 0 1100000 10010 0 100110111 1100011 110100

Color Harmonies of #FE0AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0AD0

Black with #FE0AD0

Text Example


Text Example

White with #FE0AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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