Html Css Color HEX #F011E3 Hot Magenta

📋 copy color: '#F011E3'

red 240 ◦ green 17 ◦ blue 227

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

Shades of Hot Magenta #F011E3

Tints of Hot Magenta #F011E3

RGB

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

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

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

R = 49.59%
G = 3.51%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F011E3 (or 0xF011E3) is known color: Hot Magenta. HEX triplet: F0, 11 and E3. RGB value is (240,17,227). Sum of RGB (Red+Green+Blue) = 240+17+227=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 17 (7.03% from 255 or 3.51% from 484); Blue value is 227 (89.06% from 255 or 46.90% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F011E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F011E3 is #0FEE1C. Grayscale: #6B6B6B. Windows color (decimal): -1043997 or 14881264. OLE color: 14881264.

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

Color convert

RGB 240 17 227 -
CMYK 0 0.93 0.05 0.06
HSL 303.5º 0.88% 0.5% -
HSV(B) 303.5º 0.93% 0.94% -
XYZ 50 24.47 74.76 -
YUV 107.62 195.38 222.42 -
System Red Green Blue C M Y K H S L
Decimal 240 17 227 0 0.93 0.05 0.06 303.5 0.88 0.5
Hex F0 11 E3 0 5D 5 6 12F 58 32
Octal 360 21 343 0 135 5 6 457 130 62
Binary 11110000 10001 11100011 0 1011101 101 110 100101111 1011000 110010

Color Harmonies of #F011E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F011E3

Black with #F011E3

Text Example


Text Example

White with #F011E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F011E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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