Html Css Color HEX #F019FA Magenta

📋 copy color: '#F019FA'

red 240 ◦ green 25 ◦ blue 250

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

Shades of Magenta #F019FA

Tints of Magenta #F019FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.54%

R = 46.6%
G = 4.85%
B = 48.54%

CMYK

 C value IS 0.04

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F019FA (or 0xF019FA) is known color: Magenta. HEX triplet: F0, 19 and FA. RGB value is (240,25,250). Sum of RGB (Red+Green+Blue) = 240+25+250=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 25 (10.16% from 255 or 4.85% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #F019FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F019FA is #0FE605. Grayscale: #727272. Windows color (decimal): -1041926 or 16390640. OLE color: 16390640.

HSL color Cylindrical-coordinate representation of color #F019FA: hue angle of 297.33º degrees, saturation: 0.96, 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 #F019FA is Cyan = 0.04, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 25 250 -
CMYK 0.04 0.9 0 0.02
HSL 297.33º 0.96% 0.54% -
HSV(B) 297.33º 0.9% 0.98% -
XYZ 53.54 26.12 92.66 -
YUV 114.94 204.23 217.2 -
System Red Green Blue C M Y K H S L
Decimal 240 25 250 0.04 0.9 0 0.02 297.33 0.96 0.54
Hex F0 19 FA 4 5A 0 2 129 60 36
Octal 360 31 372 4 132 0 2 451 140 66
Binary 11110000 11001 11111010 100 1011010 0 10 100101001 1100000 110110

Color Harmonies of #F019FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F019FA

Black with #F019FA

Text Example


Text Example

White with #F019FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F019FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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