#F708F0

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

Shades of Magenta #F708F0

Tints of Magenta #F708F0

Color information

#F708F0 (or 0xF708F0) is unknown color: approx Magenta. HEX triplet: F7, 08 and F0. RGB value is (247,8,240). Sum of RGB (Red+Green+Blue) = 247+8+240=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 8 (3.52% from 255 or 1.62% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F708F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F708F0 is #08F70F. Grayscale: #696969. Windows color (decimal): -587536 or 15730935. OLE color: 15730935.

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

Color convert

RGB2478240-
CMYK00.970.030.03
HSL301.76º93.73%50%-
HSV(B)301.76º96.76%96.86%-
XYZ54.1726.2484.65-
YUV105.91203.68228.64-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.90%
GREEN value IS 8 (3.52% from 255) = 1.62%
BLUE value IS 240 (94.14% from 255) = 48.48%
R=49.90%
G=1.62%
B=48.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247824000.970.030.03301.7693.7350
HexF78F00613312e5e32
Octal3671036001413345613662
Binary111101111000111100000110000111111001011101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F708F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F708F0; }

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

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

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

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

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

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

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

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