Html Css Color HEX #FE11D1 Hot Magenta

📋 copy color: '#FE11D1'

red 254 ◦ green 17 ◦ blue 209

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

Shades of Hot Magenta #FE11D1

Tints of Hot Magenta #FE11D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.54%

R = 52.92%
G = 3.54%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FE11D1 (or 0xFE11D1) is known color: Hot Magenta. HEX triplet: FE, 11 and D1. RGB value is (254,17,209). Sum of RGB (Red+Green+Blue) = 254+17+209=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 17 (7.03% from 255 or 3.54% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE11D1 is #01EE2E. Grayscale: #6D6D6D. Windows color (decimal): -126511 or 13701630. OLE color: 13701630.

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

Color convert

RGB 254 17 209 -
CMYK 0 0.93 0.18 0.00
HSL 311.39º 0.99% 0.53% -
HSV(B) 311.39º 0.93% 1% -
XYZ 52.58 26.08 62.58 -
YUV 109.75 184.02 230.89 -
System Red Green Blue C M Y K H S L
Decimal 254 17 209 0 0.93 0.18 0.00 311.39 0.99 0.53
Hex FE 11 D1 0 5D 12 0 137 63 35
Octal 376 21 321 0 135 22 0 467 143 65
Binary 11111110 10001 11010001 0 1011101 10010 0 100110111 1100011 110101

Color Harmonies of #FE11D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE11D1

Black with #FE11D1

Text Example


Text Example

White with #FE11D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE11D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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