#F016F3

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

Shades of Magenta #F016F3

Tints of Magenta #F016F3

Color information

#F016F3 (or 0xF016F3) is unknown color: approx Magenta. HEX triplet: F0, 16 and F3. RGB value is (240,22,243). Sum of RGB (Red+Green+Blue) = 240+22+243=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 22 (8.98% from 255 or 4.36% from 505); Blue value is 243 (95.31% from 255 or 48.12% from 505); Max value from RGB is 243 - color contains mainly: blue. Hex color #F016F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F016F3 is #0FE90C. Grayscale: #6F6F6F. Windows color (decimal): -1042701 or 15931120. OLE color: 15931120.

HSL color Cylindrical-coordinate representation of color #F016F3: hue angle of 299.19º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F016F3 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB24022243-
CMYK0.010.9100.05
HSL299.19º90.2%51.96%-
HSV(B)299.19º90.95%95.29%-
XYZ52.425.5786.97-
YUV112.38201.72219.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.52%
GREEN value IS 22 (8.98% from 255) = 4.36%
BLUE value IS 243 (95.31% from 255) = 48.12%
R=47.52%
G=4.36%
B=48.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal240222430.010.9100.05299.1990.251.96
HexF016F315B0512b5a34
Octal3602636311330545313264
Binary1111000010110111100111101101101011001010111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F016F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F016F3; }

 p { color: rgb(240,22,243); }

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

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

 a { background-color: rgb(240,22,243); }

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

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

 span { border-color: rgb(240,22,243); }

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