#F211E3

Color #F211E3 Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #F211E3

Tints of Hot Magenta #F211E3

Color information

#F211E3 (or 0xF211E3) is unknown color: approx Hot Magenta. HEX triplet: F2, 11 and E3. RGB value is (242,17,227). Sum of RGB (Red+Green+Blue) = 242+17+227=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 17 (7.03% from 255 or 3.50% from 486); Blue value is 227 (89.06% from 255 or 46.71% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F211E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F211E3 is #0DEE1C. Grayscale: #6B6B6B. Windows color (decimal): -912925 or 14881266. OLE color: 14881266.

HSL color Cylindrical-coordinate representation of color #F211E3: hue angle of 304º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F211E3 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB24217227-
CMYK00.930.060.05
HSL304º89.64%50.78%-
HSV(B)304º92.98%94.9%-
XYZ50.6824.8274.79-
YUV108.22195.04223.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.79%
GREEN value IS 17 (7.03% from 255) = 3.50%
BLUE value IS 227 (89.06% from 255) = 46.71%
R=49.79%
G=3.50%
B=46.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421722700.930.060.0530489.6450.78
HexF211E305D651305a33
Octal3622134301356546013263
Binary111100101000111100011010111011101011001100001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F211E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F211E3; }

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

 H1.HeaderClassName
 {
   color: #F211E3;
 }
 .AnyTagClassName
 {
   color: #F211E3;
 }
</style>
background-color css

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

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

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

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

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

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