#F715E6

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

Shades of Magenta #F715E6

Tints of Magenta #F715E6

Color information

#F715E6 (or 0xF715E6) is unknown color: approx Magenta. HEX triplet: F7, 15 and E6. RGB value is (247,21,230). Sum of RGB (Red+Green+Blue) = 247+21+230=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 21 (8.59% from 255 or 4.22% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F715E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F715E6 is #08EA19. Grayscale: #6F6F6F. Windows color (decimal): -584218 or 15078903. OLE color: 15078903.

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

Color convert

RGB24721230-
CMYK00.910.070.03
HSL304.51º93.39%52.55%-
HSV(B)304.51º91.5%96.86%-
XYZ52.9126.0277.1-
YUV112.4194.37224.01-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.60%
GREEN value IS 21 (8.59% from 255) = 4.22%
BLUE value IS 230 (90.23% from 255) = 46.18%
R=49.60%
G=4.22%
B=46.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472123000.910.070.03304.5193.3952.55
HexF715E605B731315d35
Octal3672534601337346113565
Binary11110111101011110011001011011111111001100011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F715E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F715E6; }

 p { color: rgb(247,21,230); }

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

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

 a { background-color: rgb(247,21,230); }

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

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

 span { border-color: rgb(247,21,230); }

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