#F019FC

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

Shades of Magenta #F019FC

Tints of Magenta #F019FC

Color information

#F019FC (or 0xF019FC) is unknown color: approx Magenta. HEX triplet: F0, 19 and FC. RGB value is (240,25,252). Sum of RGB (Red+Green+Blue) = 240+25+252=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 25 (10.16% from 255 or 4.84% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #F019FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F019FC is #0FE603. Grayscale: #727272. Windows color (decimal): -1041924 or 16521712. OLE color: 16521712.

HSL color Cylindrical-coordinate representation of color #F019FC: hue angle of 296.83º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F019FC is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24025252-
CMYK0.050.9000.01
HSL296.83º97.42%54.31%-
HSV(B)296.83º90.08%98.82%-
XYZ53.8526.2594.32-
YUV115.16205.23217.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.42%
GREEN value IS 25 (10.16% from 255) = 4.84%
BLUE value IS 252 (98.83% from 255) = 48.74%
R=46.42%
G=4.84%
B=48.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal240252520.050.9000.01296.8397.4254.31
HexF019FC55A011296136
Octal3603137451320145114166
Binary1111000011001111111001011011010011001010011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F019FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F019FC; }

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

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

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

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

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

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

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

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