#F815EE

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

Shades of Magenta #F815EE

Tints of Magenta #F815EE

Color information

#F815EE (or 0xF815EE) is unknown color: approx Magenta. HEX triplet: F8, 15 and EE. RGB value is (248,21,238). Sum of RGB (Red+Green+Blue) = 248+21+238=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 21 (8.59% from 255 or 4.14% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F815EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F815EE is #07EA11. Grayscale: #707070. Windows color (decimal): -518674 or 15603192. OLE color: 15603192.

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

Color convert

RGB24821238-
CMYK00.920.040.03
HSL302.64º94.19%52.75%-
HSV(B)302.64º91.53%97.25%-
XYZ54.4126.6783.17-
YUV113.61198.21223.86-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.92%
GREEN value IS 21 (8.59% from 255) = 4.14%
BLUE value IS 238 (93.36% from 255) = 46.94%
R=48.92%
G=4.14%
B=46.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482123800.920.040.03302.6494.1952.75
HexF815EE05C4312f5e35
Octal3702535601344345713665
Binary11111000101011110111001011100100111001011111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F815EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F815EE; }

 p { color: rgb(248,21,238); }

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

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

 a { background-color: rgb(248,21,238); }

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

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

 span { border-color: rgb(248,21,238); }

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