#F80EEA

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

Shades of Magenta #F80EEA

Tints of Magenta #F80EEA

Color information

#F80EEA (or 0xF80EEA) is unknown color: approx Magenta. HEX triplet: F8, 0E and EA. RGB value is (248,14,234). Sum of RGB (Red+Green+Blue) = 248+14+234=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 14 (5.86% from 255 or 2.82% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F80EEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80EEA is #07F115. Grayscale: #6C6C6C. Windows color (decimal): -520470 or 15339256. OLE color: 15339256.

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

Color convert

RGB24814234-
CMYK00.940.060.03
HSL303.59º94.35%51.37%-
HSV(B)303.59º94.35%97.25%-
XYZ53.7226.2180.07-
YUV109.05198.52227.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50%
GREEN value IS 14 (5.86% from 255) = 2.82%
BLUE value IS 234 (91.80% from 255) = 47.18%
R=50%
G=2.82%
B=47.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481423400.940.060.03303.5994.3551.37
HexF8EEA05E631305e33
Octal3701635201366346013663
Binary1111100011101110101001011110110111001100001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80EEA; }

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

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

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

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

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

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

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

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