Html Css Color HEX #FD11E3 Hot Magenta

📋 copy color: '#FD11E3'

red 253 ◦ green 17 ◦ blue 227

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

Shades of Hot Magenta #FD11E3

Tints of Hot Magenta #FD11E3

RGB

 RED value IS 253 (99.22% from 255) = 50.91%

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

 BLUE value IS 227 (89.06% from 255) = 45.67%

R = 50.91%
G = 3.42%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FD11E3 (or 0xFD11E3) is known color: Hot Magenta. HEX triplet: FD, 11 and E3. RGB value is (253,17,227). Sum of RGB (Red+Green+Blue) = 253+17+227=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 17 (7.03% from 255 or 3.42% from 497); Blue value is 227 (89.06% from 255 or 45.67% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD11E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD11E3 is #02EE1C. Grayscale: #6E6E6E. Windows color (decimal): -192029 or 14881277. OLE color: 14881277.

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

Color convert

RGB 253 17 227 -
CMYK 0 0.93 0.10 0.01
HSL 306.61º 0.98% 0.53% -
HSV(B) 306.61º 0.93% 0.99% -
XYZ 54.57 26.83 74.98 -
YUV 111.5 193.19 228.92 -
System Red Green Blue C M Y K H S L
Decimal 253 17 227 0 0.93 0.10 0.01 306.61 0.98 0.53
Hex FD 11 E3 0 5D A 1 133 62 35
Octal 375 21 343 0 135 12 1 463 142 65
Binary 11111101 10001 11100011 0 1011101 1010 1 100110011 1100010 110101

Color Harmonies of #FD11E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD11E3

Black with #FD11E3

Text Example


Text Example

White with #FD11E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD11E3; }

 p { color: rgb(253,17,227); }

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

background-color css

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

 a { background-color: rgb(253,17,227); }

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

border-color css

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

 span { border-color: rgb(253,17,227); }

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