#F215E8

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

Shades of Magenta #F215E8

Tints of Magenta #F215E8

Color information

#F215E8 (or 0xF215E8) is unknown color: approx Magenta. HEX triplet: F2, 15 and E8. RGB value is (242,21,232). Sum of RGB (Red+Green+Blue) = 242+21+232=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 21 (8.59% from 255 or 4.24% from 495); Blue value is 232 (91.02% from 255 or 46.87% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F215E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F215E8 is #0DEA17. Grayscale: #6E6E6E. Windows color (decimal): -911896 or 15209970. OLE color: 15209970.

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

Color convert

RGB24221232-
CMYK00.910.040.05
HSL302.71º89.47%51.57%-
HSV(B)302.71º91.32%94.9%-
XYZ51.4525.2478.5-
YUV111.13196.22221.34-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.89%
GREEN value IS 21 (8.59% from 255) = 4.24%
BLUE value IS 232 (91.02% from 255) = 46.87%
R=48.89%
G=4.24%
B=46.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422123200.910.040.05302.7189.4751.57
HexF215E805B4512f5934
Octal3622535001334545713164
Binary111100101010111101000010110111001011001011111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F215E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F215E8; }

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

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

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

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

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

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

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

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