#F019E1

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

Shades of Hot Magenta #F019E1

Tints of Hot Magenta #F019E1

Color information

#F019E1 (or 0xF019E1) is unknown color: approx Hot Magenta. HEX triplet: F0, 19 and E1. RGB value is (240,25,225). Sum of RGB (Red+Green+Blue) = 240+25+225=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 25 (10.16% from 255 or 5.10% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F019E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F019E1 is #0FE61E. Grayscale: #6F6F6F. Windows color (decimal): -1041951 or 14752240. OLE color: 14752240.

HSL color Cylindrical-coordinate representation of color #F019E1: hue angle of 304.19º 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 #F019E1 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB24025225-
CMYK00.900.060.06
HSL304.19º87.76%51.96%-
HSV(B)304.19º89.58%94.12%-
XYZ49.8724.6673.36-
YUV112.08191.73219.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.98%
GREEN value IS 25 (10.16% from 255) = 5.10%
BLUE value IS 225 (88.28% from 255) = 45.92%
R=48.98%
G=5.10%
B=45.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402522500.900.060.06304.1987.7651.96
HexF019E105A661305834
Octal3603134101326646013064
Binary111100001100111100001010110101101101001100001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F019E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F019E1; }

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

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

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

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

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

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

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

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