Html Css Color HEX #F019E2 Hot Magenta

📋 copy color: '#F019E2'

red 240 ◦ green 25 ◦ blue 226

#F019E2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Magenta #F019E2

Tints of Hot Magenta #F019E2

RGB

 RED value IS 240 (94.14% from 255) = 48.88%

 GREEN value IS 25 (10.16% from 255) = 5.09%

 BLUE value IS 226 (88.67% from 255) = 46.03%

R = 48.88%
G = 5.09%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F019E2 (or 0xF019E2) is known color: Hot Magenta. HEX triplet: F0, 19 and E2. RGB value is (240,25,226). Sum of RGB (Red+Green+Blue) = 240+25+226=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 25 (10.16% from 255 or 5.09% from 491); Blue value is 226 (88.67% from 255 or 46.03% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F019E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F019E2 is #0FE61D. Grayscale: #6F6F6F. Windows color (decimal): -1041950 or 14817776. OLE color: 14817776.

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

Color convert

RGB 240 25 226 -
CMYK 0 0.90 0.06 0.06
HSL 303.91º 0.88% 0.52% -
HSV(B) 303.91º 0.9% 0.94% -
XYZ 50.01 24.71 74.09 -
YUV 112.2 192.23 219.16 -
System Red Green Blue C M Y K H S L
Decimal 240 25 226 0 0.90 0.06 0.06 303.91 0.88 0.52
Hex F0 19 E2 0 5A 6 6 130 58 34
Octal 360 31 342 0 132 6 6 460 130 64
Binary 11110000 11001 11100010 0 1011010 110 110 100110000 1011000 110100

Color Harmonies of #F019E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F019E2

Black with #F019E2

Text Example


Text Example

White with #F019E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F019E2; }

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

 H1.HeaderClassName
 {
   color: #F019E2;
 }
 .AnyTagClassName
 {
   color: #F019E2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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