#F811EC

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

Shades of Magenta #F811EC

Tints of Magenta #F811EC

Color information

#F811EC (or 0xF811EC) is unknown color: approx Magenta. HEX triplet: F8, 11 and EC. RGB value is (248,17,236). Sum of RGB (Red+Green+Blue) = 248+17+236=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 17 (7.03% from 255 or 3.39% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F811EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F811EC is #07EE13. Grayscale: #6E6E6E. Windows color (decimal): -519700 or 15471096. OLE color: 15471096.

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

Color convert

RGB24817236-
CMYK00.930.050.03
HSL303.12º94.29%51.96%-
HSV(B)303.12º93.15%97.25%-
XYZ54.0526.4181.61-
YUV111.04198.53225.69-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.50%
GREEN value IS 17 (7.03% from 255) = 3.39%
BLUE value IS 236 (92.58% from 255) = 47.11%
R=49.50%
G=3.39%
B=47.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481723600.930.050.03303.1294.2951.96
HexF811EC05D5312f5e34
Octal3702135401355345713664
Binary11111000100011110110001011101101111001011111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F811EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F811EC; }

 p { color: rgb(248,17,236); }

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

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

 a { background-color: rgb(248,17,236); }

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

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

 span { border-color: rgb(248,17,236); }

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