Html Css Color HEX #F011E8 Magenta

📋 copy color: '#F011E8'

red 240 ◦ green 17 ◦ blue 232

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

Shades of Magenta #F011E8

Tints of Magenta #F011E8

RGB

 RED value IS 240 (94.14% from 255) = 49.08%

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

 BLUE value IS 232 (91.02% from 255) = 47.44%

R = 49.08%
G = 3.48%
B = 47.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#F011E8 (or 0xF011E8) is known color: Magenta. HEX triplet: F0, 11 and E8. RGB value is (240,17,232). Sum of RGB (Red+Green+Blue) = 240+17+232=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 17 (7.03% from 255 or 3.48% from 489); Blue value is 232 (91.02% from 255 or 47.44% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F011E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F011E8 is #0FEE17. Grayscale: #6B6B6B. Windows color (decimal): -1043992 or 15208944. OLE color: 15208944.

HSL color Cylindrical-coordinate representation of color #F011E8: hue angle of 302.15º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F011E8 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 17 232 -
CMYK 0 0.93 0.03 0.06
HSL 302.15º 0.88% 0.5% -
HSV(B) 302.15º 0.93% 0.94% -
XYZ 50.7 24.75 78.45 -
YUV 108.19 197.88 222.02 -
System Red Green Blue C M Y K H S L
Decimal 240 17 232 0 0.93 0.03 0.06 302.15 0.88 0.5
Hex F0 11 E8 0 5D 3 6 12E 58 32
Octal 360 21 350 0 135 3 6 456 130 62
Binary 11110000 10001 11101000 0 1011101 11 110 100101110 1011000 110010

Color Harmonies of #F011E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F011E8

Black with #F011E8

Text Example


Text Example

White with #F011E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F011E8; }

 p { color: rgb(240,17,232); }

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

background-color css

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

 a { background-color: rgb(240,17,232); }

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

border-color css

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

 span { border-color: rgb(240,17,232); }

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