#F015F2

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

Shades of Magenta #F015F2

Tints of Magenta #F015F2

Color information

#F015F2 (or 0xF015F2) is unknown color: approx Magenta. HEX triplet: F0, 15 and F2. RGB value is (240,21,242). Sum of RGB (Red+Green+Blue) = 240+21+242=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 21 (8.59% from 255 or 4.17% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #F015F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F015F2 is #0FEA0D. Grayscale: #6F6F6F. Windows color (decimal): -1042958 or 15865328. OLE color: 15865328.

HSL color Cylindrical-coordinate representation of color #F015F2: hue angle of 299.46º degrees, saturation: 0.89, 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 #F015F2 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB24021242-
CMYK0.010.9100.05
HSL299.46º89.47%51.57%-
HSV(B)299.46º91.32%94.9%-
XYZ52.2325.4786.17-
YUV111.67201.55219.53-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.71%
GREEN value IS 21 (8.59% from 255) = 4.17%
BLUE value IS 242 (94.92% from 255) = 48.11%
R=47.71%
G=4.17%
B=48.11%

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
Decimal240212420.010.9100.05299.4689.4751.57
HexF015F215B0512b5934
Octal3602536211330545313164
Binary1111000010101111100101101101101011001010111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F015F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F015F2; }

 p { color: rgb(240,21,242); }

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

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

 a { background-color: rgb(240,21,242); }

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

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

 span { border-color: rgb(240,21,242); }

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