#F01EEA

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

Shades of Magenta #F01EEA

Tints of Magenta #F01EEA

Color information

#F01EEA (or 0xF01EEA) is unknown color: approx Magenta. HEX triplet: F0, 1E and EA. RGB value is (240,30,234). Sum of RGB (Red+Green+Blue) = 240+30+234=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 30 (12.11% from 255 or 5.95% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F01EEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01EEA is #0FE115. Grayscale: #737373. Windows color (decimal): -1040662 or 15343344. OLE color: 15343344.

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

Color convert

RGB24030234-
CMYK00.870.020.06
HSL301.71º87.5%52.94%-
HSV(B)301.71º87.5%94.12%-
XYZ51.2525.3980.04-
YUV116.05194.57216.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.62%
GREEN value IS 30 (12.11% from 255) = 5.95%
BLUE value IS 234 (91.80% from 255) = 46.43%
R=47.62%
G=5.95%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403023400.870.020.06301.7187.552.94
HexF01EEA0572612e5835
Octal3603635201272645613065
Binary11110000111101110101001010111101101001011101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01EEA; }

 p { color: rgb(240,30,234); }

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

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

 a { background-color: rgb(240,30,234); }

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

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

 span { border-color: rgb(240,30,234); }

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