#f10ee8

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

Shades of Magenta #F10EE8

Tints of Magenta #F10EE8

Color information

#F10EE8 (or 0xF10EE8) is unknown color: approx Magenta. HEX triplet: F1, 0E and E8. RGB value is (241,14,232). Sum of RGB (Red+Green+Blue) = 241+14+232=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 14 (5.86% from 255 or 2.87% from 487); Blue value is 232 (91.02% from 255 or 47.64% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F10EE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10EE8 is #0EF117. Grayscale: #6A6A6A. Windows color (decimal): -979224 or 15208177. OLE color: 15208177.

HSL color Cylindrical-coordinate representation of color #F10EE8: hue angle of 302.38º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10EE8 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB24114232-
CMYK00.940.040.05
HSL302.38º89.02%50%-
HSV(B)302.38º94.19%94.51%-
XYZ5124.8478.45-
YUV106.72198.71223.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.49%
GREEN value IS 14 (5.86% from 255) = 2.87%
BLUE value IS 232 (91.02% from 255) = 47.64%
R=49.49%
G=2.87%
B=47.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411423200.940.040.05302.3889.0250
HexF1EE805E4512e5932
Octal3611635001364545613162
Binary11110001111011101000010111101001011001011101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f10ee8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f10ee8; }

 p { color: rgb(241,14,232); }

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

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

 a { background-color: rgb(241,14,232); }

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

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

 span { border-color: rgb(241,14,232); }

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