Html Css Color HEX #F019F9 Magenta

📋 copy color: '#F019F9'

red 240 ◦ green 25 ◦ blue 249

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

Shades of Magenta #F019F9

Tints of Magenta #F019F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.44%

R = 46.69%
G = 4.86%
B = 48.44%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F019F9 (or 0xF019F9) is known color: Magenta. HEX triplet: F0, 19 and F9. RGB value is (240,25,249). Sum of RGB (Red+Green+Blue) = 240+25+249=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 25 (10.16% from 255 or 4.86% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #F019F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F019F9 is #0FE606. Grayscale: #727272. Windows color (decimal): -1041927 or 16325104. OLE color: 16325104.

HSL color Cylindrical-coordinate representation of color #F019F9: hue angle of 297.59º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F019F9 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 25 249 -
CMYK 0.04 0.90 0 0.02
HSL 297.59º 0.95% 0.54% -
HSV(B) 297.59º 0.9% 0.98% -
XYZ 53.38 26.06 91.84 -
YUV 114.82 203.73 217.29 -
System Red Green Blue C M Y K H S L
Decimal 240 25 249 0.04 0.90 0 0.02 297.59 0.95 0.54
Hex F0 19 F9 4 5A 0 2 12A 5F 36
Octal 360 31 371 4 132 0 2 452 137 66
Binary 11110000 11001 11111001 100 1011010 0 10 100101010 1011111 110110

Color Harmonies of #F019F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F019F9

Black with #F019F9

Text Example


Text Example

White with #F019F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F019F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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