#F816E8

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

Shades of Magenta #F816E8

Tints of Magenta #F816E8

Color information

#F816E8 (or 0xF816E8) is unknown color: approx Magenta. HEX triplet: F8, 16 and E8. RGB value is (248,22,232). Sum of RGB (Red+Green+Blue) = 248+22+232=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 22 (8.98% from 255 or 4.38% from 502); Blue value is 232 (91.02% from 255 or 46.22% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F816E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F816E8 is #07E917. Grayscale: #707070. Windows color (decimal): -518424 or 15210232. OLE color: 15210232.

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

Color convert

RGB24822232-
CMYK00.910.060.03
HSL304.25º94.17%52.94%-
HSV(B)304.25º91.13%97.25%-
XYZ53.5626.3678.61-
YUV113.51194.87223.92-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.40%
GREEN value IS 22 (8.98% from 255) = 4.38%
BLUE value IS 232 (91.02% from 255) = 46.22%
R=49.40%
G=4.38%
B=46.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482223200.910.060.03304.2594.1752.94
HexF816E805B631305e35
Octal3702635001336346013665
Binary11111000101101110100001011011110111001100001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F816E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F816E8; }

 p { color: rgb(248,22,232); }

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

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

 a { background-color: rgb(248,22,232); }

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

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

 span { border-color: rgb(248,22,232); }

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