#F215F8

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

Shades of Magenta #F215F8

Tints of Magenta #F215F8

Color information

#F215F8 (or 0xF215F8) is unknown color: approx Magenta. HEX triplet: F2, 15 and F8. RGB value is (242,21,248). Sum of RGB (Red+Green+Blue) = 242+21+248=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 21 (8.59% from 255 or 4.11% from 511); Blue value is 248 (97.27% from 255 or 48.53% from 511); Max value from RGB is 248 - color contains mainly: blue. Hex color #F215F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F215F8 is #0DEA07. Grayscale: #707070. Windows color (decimal): -911880 or 16258546. OLE color: 16258546.

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

Color convert

RGB24221248-
CMYK0.020.9200.03
HSL298.41º94.19%52.75%-
HSV(B)298.41º91.53%97.25%-
XYZ53.8326.1991.03-
YUV112.96204.22220.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.36%
GREEN value IS 21 (8.59% from 255) = 4.11%
BLUE value IS 248 (97.27% from 255) = 48.53%
R=47.36%
G=4.11%
B=48.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal242212480.020.9200.03298.4194.1952.75
HexF215F825C0312a5e35
Octal3622537021340345213665
Binary1111001010101111110001010111000111001010101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F215F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F215F8; }

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

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

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

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

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

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

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

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