Html Css Color HEX #F019E8 Magenta

📋 copy color: '#F019E8'

red 240 ◦ green 25 ◦ blue 232

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

Shades of Magenta #F019E8

Tints of Magenta #F019E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.68%

R = 48.29%
G = 5.03%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#F019E8 (or 0xF019E8) is known color: Magenta. HEX triplet: F0, 19 and E8. RGB value is (240,25,232). Sum of RGB (Red+Green+Blue) = 240+25+232=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 25 (10.16% from 255 or 5.03% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F019E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F019E8 is #0FE617. Grayscale: #707070. Windows color (decimal): -1041944 or 15210992. OLE color: 15210992.

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

Color convert

RGB 240 25 232 -
CMYK 0 0.90 0.03 0.06
HSL 302.23º 0.88% 0.52% -
HSV(B) 302.23º 0.9% 0.94% -
XYZ 50.85 25.05 78.5 -
YUV 112.88 195.23 218.67 -
System Red Green Blue C M Y K H S L
Decimal 240 25 232 0 0.90 0.03 0.06 302.23 0.88 0.52
Hex F0 19 E8 0 5A 3 6 12E 58 34
Octal 360 31 350 0 132 3 6 456 130 64
Binary 11110000 11001 11101000 0 1011010 11 110 100101110 1011000 110100

Color Harmonies of #F019E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F019E8

Black with #F019E8

Text Example


Text Example

White with #F019E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F019E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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