#F215E7

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

Shades of Magenta #F215E7

Tints of Magenta #F215E7

Color information

#F215E7 (or 0xF215E7) is unknown color: approx Magenta. HEX triplet: F2, 15 and E7. RGB value is (242,21,231). Sum of RGB (Red+Green+Blue) = 242+21+231=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 21 (8.59% from 255 or 4.25% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F215E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F215E7 is #0DEA18. Grayscale: #6E6E6E. Windows color (decimal): -911897 or 15144434. OLE color: 15144434.

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

Color convert

RGB24221231-
CMYK00.910.050.05
HSL302.99º89.47%51.57%-
HSV(B)302.99º91.32%94.9%-
XYZ51.3125.1877.76-
YUV111.02195.72221.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.99%
GREEN value IS 21 (8.59% from 255) = 4.25%
BLUE value IS 231 (90.62% from 255) = 46.76%
R=48.99%
G=4.25%
B=46.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422123100.910.050.05302.9989.4751.57
HexF215E705B5512f5934
Octal3622534701335545713164
Binary111100101010111100111010110111011011001011111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F215E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F215E7; }

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

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

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

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

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

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

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

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