#F811EA

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

Shades of Magenta #F811EA

Tints of Magenta #F811EA

Color information

#F811EA (or 0xF811EA) is unknown color: approx Magenta. HEX triplet: F8, 11 and EA. RGB value is (248,17,234). Sum of RGB (Red+Green+Blue) = 248+17+234=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 17 (7.03% from 255 or 3.41% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F811EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F811EA is #07EE15. Grayscale: #6E6E6E. Windows color (decimal): -519702 or 15340024. OLE color: 15340024.

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

Color convert

RGB24817234-
CMYK00.930.060.03
HSL303.64º94.29%51.96%-
HSV(B)303.64º93.15%97.25%-
XYZ53.7626.380.08-
YUV110.81197.53225.86-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.70%
GREEN value IS 17 (7.03% from 255) = 3.41%
BLUE value IS 234 (91.80% from 255) = 46.89%
R=49.70%
G=3.41%
B=46.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481723400.930.060.03303.6494.2951.96
HexF811EA05D631305e34
Octal3702135201356346013664
Binary11111000100011110101001011101110111001100001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F811EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F811EA; }

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

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

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

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

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

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

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

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