#f011f1

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

Shades of Magenta #F011F1

Tints of Magenta #F011F1

Color information

#F011F1 (or 0xF011F1) is unknown color: approx Magenta. HEX triplet: F0, 11 and F1. RGB value is (240,17,241). Sum of RGB (Red+Green+Blue) = 240+17+241=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 17 (7.03% from 255 or 3.41% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #F011F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F011F1 is #0FEE0E. Grayscale: #6C6C6C. Windows color (decimal): -1043983 or 15798768. OLE color: 15798768.

HSL color Cylindrical-coordinate representation of color #F011F1: hue angle of 299.73º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F011F1 is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB24017241-
CMYK0.000.9300.05
HSL299.73º88.89%50.59%-
HSV(B)299.73º92.95%94.51%-
XYZ52.0125.2885.36-
YUV109.21202.38221.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.19%
GREEN value IS 17 (7.03% from 255) = 3.41%
BLUE value IS 241 (94.53% from 255) = 48.39%
R=48.19%
G=3.41%
B=48.39%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal240172410.000.9300.05299.7388.8950.59
HexF011F105D0512c5933
Octal3602136101350545413163
Binary1111000010001111100010101110101011001011001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f011f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f011f1; }

 p { color: rgb(240,17,241); }

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

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

 a { background-color: rgb(240,17,241); }

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

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

 span { border-color: rgb(240,17,241); }

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