Html Css Color HEX #FE0ADC Hot Magenta

📋 copy color: '#FE0ADC'

red 254 ◦ green 10 ◦ blue 220

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

Shades of Hot Magenta #FE0ADC

Tints of Hot Magenta #FE0ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.45%

R = 52.48%
G = 2.07%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE0ADC (or 0xFE0ADC) is known color: Hot Magenta. HEX triplet: FE, 0A and DC. RGB value is (254,10,220). Sum of RGB (Red+Green+Blue) = 254+10+220=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 10 (4.30% from 255 or 2.07% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0ADC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0ADC is #01F523. Grayscale: #6A6A6A. Windows color (decimal): -128292 or 14420734. OLE color: 14420734.

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

Color convert

RGB 254 10 220 -
CMYK 0 0.96 0.13 0.00
HSL 308.36º 0.99% 0.52% -
HSV(B) 308.36º 0.96% 1% -
XYZ 53.9 26.46 69.98 -
YUV 106.9 191.84 232.92 -
System Red Green Blue C M Y K H S L
Decimal 254 10 220 0 0.96 0.13 0.00 308.36 0.99 0.52
Hex FE A DC 0 60 D 0 134 63 34
Octal 376 12 334 0 140 15 0 464 143 64
Binary 11111110 1010 11011100 0 1100000 1101 0 100110100 1100011 110100

Color Harmonies of #FE0ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0ADC

Black with #FE0ADC

Text Example


Text Example

White with #FE0ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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