#F708EE

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

Shades of Magenta #F708EE

Tints of Magenta #F708EE

Color information

#F708EE (or 0xF708EE) is unknown color: approx Magenta. HEX triplet: F7, 08 and EE. RGB value is (247,8,238). Sum of RGB (Red+Green+Blue) = 247+8+238=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 8 (3.52% from 255 or 1.62% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F708EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F708EE is #08F711. Grayscale: #696969. Windows color (decimal): -587538 or 15599863. OLE color: 15599863.

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

Color convert

RGB2478238-
CMYK00.970.040.03
HSL302.26º93.73%50%-
HSV(B)302.26º96.76%96.86%-
XYZ53.8826.1283.09-
YUV105.68202.68228.8-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.10%
GREEN value IS 8 (3.52% from 255) = 1.62%
BLUE value IS 238 (93.36% from 255) = 48.28%
R=50.10%
G=1.62%
B=48.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247823800.970.040.03302.2693.7350
HexF78EE0614312e5e32
Octal3671035601414345613662
Binary1111011110001110111001100001100111001011101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F708EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F708EE; }

 p { color: rgb(247,8,238); }

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

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

 a { background-color: rgb(247,8,238); }

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

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

 span { border-color: rgb(247,8,238); }

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