Html Css Color HEX #FE11DF Hot Magenta

📋 copy color: '#FE11DF'

red 254 ◦ green 17 ◦ blue 223

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

Shades of Hot Magenta #FE11DF

Tints of Hot Magenta #FE11DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 51.42%
G = 3.44%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE11DF (or 0xFE11DF) is known color: Hot Magenta. HEX triplet: FE, 11 and DF. RGB value is (254,17,223). Sum of RGB (Red+Green+Blue) = 254+17+223=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 17 (7.03% from 255 or 3.44% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE11DF is #01EE20. Grayscale: #6E6E6E. Windows color (decimal): -126497 or 14619134. OLE color: 14619134.

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

Color convert

RGB 254 17 223 -
CMYK 0 0.93 0.12 0.00
HSL 307.85º 0.99% 0.53% -
HSV(B) 307.85º 0.93% 1% -
XYZ 54.39 26.8 72.12 -
YUV 111.35 191.02 229.75 -
System Red Green Blue C M Y K H S L
Decimal 254 17 223 0 0.93 0.12 0.00 307.85 0.99 0.53
Hex FE 11 DF 0 5D C 0 134 63 35
Octal 376 21 337 0 135 14 0 464 143 65
Binary 11111110 10001 11011111 0 1011101 1100 0 100110100 1100011 110101

Color Harmonies of #FE11DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE11DF

Black with #FE11DF

Text Example


Text Example

White with #FE11DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE11DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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