Html Css Color HEX #FE11D5 Hot Magenta

📋 copy color: '#FE11D5'

red 254 ◦ green 17 ◦ blue 213

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

Shades of Hot Magenta #FE11D5

Tints of Hot Magenta #FE11D5

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.51%

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

R = 52.48%
G = 3.51%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE11D5 (or 0xFE11D5) is known color: Hot Magenta. HEX triplet: FE, 11 and D5. RGB value is (254,17,213). Sum of RGB (Red+Green+Blue) = 254+17+213=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 17 (7.03% from 255 or 3.51% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE11D5 is #01EE2A. Grayscale: #6D6D6D. Windows color (decimal): -126507 or 13963774. OLE color: 13963774.

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

Color convert

RGB 254 17 213 -
CMYK 0 0.93 0.16 0.00
HSL 310.38º 0.99% 0.53% -
HSV(B) 310.38º 0.93% 1% -
XYZ 53.08 26.28 65.22 -
YUV 110.21 186.02 230.56 -
System Red Green Blue C M Y K H S L
Decimal 254 17 213 0 0.93 0.16 0.00 310.38 0.99 0.53
Hex FE 11 D5 0 5D 10 0 136 63 35
Octal 376 21 325 0 135 20 0 466 143 65
Binary 11111110 10001 11010101 0 1011101 10000 0 100110110 1100011 110101

Color Harmonies of #FE11D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE11D5

Black with #FE11D5

Text Example


Text Example

White with #FE11D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE11D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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