#F019E3

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

Shades of Hot Magenta #F019E3

Tints of Hot Magenta #F019E3

Color information

#F019E3 (or 0xF019E3) is unknown color: approx Hot Magenta. HEX triplet: F0, 19 and E3. RGB value is (240,25,227). Sum of RGB (Red+Green+Blue) = 240+25+227=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 25 (10.16% from 255 or 5.08% from 492); Blue value is 227 (89.06% from 255 or 46.14% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F019E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F019E3 is #0FE61C. Grayscale: #6F6F6F. Windows color (decimal): -1041949 or 14883312. OLE color: 14883312.

HSL color Cylindrical-coordinate representation of color #F019E3: hue angle of 303.63º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F019E3 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB24025227-
CMYK00.900.050.06
HSL303.63º87.76%51.96%-
HSV(B)303.63º89.58%94.12%-
XYZ50.1524.7774.81-
YUV112.31192.73219.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.78%
GREEN value IS 25 (10.16% from 255) = 5.08%
BLUE value IS 227 (89.06% from 255) = 46.14%
R=48.78%
G=5.08%
B=46.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402522700.900.050.06303.6387.7651.96
HexF019E305A561305834
Octal3603134301325646013064
Binary111100001100111100011010110101011101001100001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F019E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F019E3; }

 p { color: rgb(240,25,227); }

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

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

 a { background-color: rgb(240,25,227); }

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

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

 span { border-color: rgb(240,25,227); }

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