Html Css Color HEX #FE1ADC Hot Magenta

📋 copy color: '#FE1ADC'

red 254 ◦ green 26 ◦ blue 220

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

Shades of Hot Magenta #FE1ADC

Tints of Hot Magenta #FE1ADC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.2%

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

R = 50.8%
G = 5.2%
B = 44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE1ADC (or 0xFE1ADC) is known color: Hot Magenta. HEX triplet: FE, 1A and DC. RGB value is (254,26,220). Sum of RGB (Red+Green+Blue) = 254+26+220=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 26 (10.55% from 255 or 5.2% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1ADC is #01E523. Grayscale: #737373. Windows color (decimal): -124196 or 14424830. OLE color: 14424830.

HSL color Cylindrical-coordinate representation of color #FE1ADC: hue angle of 308.95º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1ADC is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 26 220 -
CMYK 0 0.90 0.13 0.00
HSL 308.95º 0.99% 0.55% -
HSV(B) 308.95º 0.9% 1% -
XYZ 54.16 26.98 70.06 -
YUV 116.29 186.54 226.23 -
System Red Green Blue C M Y K H S L
Decimal 254 26 220 0 0.90 0.13 0.00 308.95 0.99 0.55
Hex FE 1A DC 0 5A D 0 135 63 37
Octal 376 32 334 0 132 15 0 465 143 67
Binary 11111110 11010 11011100 0 1011010 1101 0 100110101 1100011 110111

Color Harmonies of #FE1ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1ADC

Black with #FE1ADC

Text Example


Text Example

White with #FE1ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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