#F215F0

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

Shades of Magenta #F215F0

Tints of Magenta #F215F0

Color information

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

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

Color convert

RGB24221240-
CMYK00.910.010.05
HSL300.54º89.47%51.57%-
HSV(B)300.54º91.32%94.9%-
XYZ52.6125.784.63-
YUV112.04200.22220.69-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422124000.910.010.05300.5489.4751.57
HexF215F005B1512d5934
Octal3622536001331545513164
Binary1111001010101111100000101101111011001011011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F215F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F215F0; }

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

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

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

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

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

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

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

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