#F014F9

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

Shades of Magenta #F014F9

Tints of Magenta #F014F9

Color information

#F014F9 (or 0xF014F9) is unknown color: approx Magenta. HEX triplet: F0, 14 and F9. RGB value is (240,20,249). Sum of RGB (Red+Green+Blue) = 240+20+249=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 20 (8.20% from 255 or 3.93% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #F014F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F014F9 is #0FEB06. Grayscale: #6F6F6F. Windows color (decimal): -1043207 or 16323824. OLE color: 16323824.

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

Color convert

RGB24020249-
CMYK0.040.9200.02
HSL297.64º95.02%52.75%-
HSV(B)297.64º91.97%97.65%-
XYZ53.2825.8791.81-
YUV111.89205.39219.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.15%
GREEN value IS 20 (8.20% from 255) = 3.93%
BLUE value IS 249 (97.66% from 255) = 48.92%
R=47.15%
G=3.93%
B=48.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal240202490.040.9200.02297.6495.0252.75
HexF014F945C0212a5f35
Octal3602437141340245213765
Binary11110000101001111100110010111000101001010101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F014F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F014F9; }

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

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

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

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

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

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

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

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