#F707D8

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

Shades of Hot Magenta #F707D8

Tints of Hot Magenta #F707D8

Color information

#F707D8 (or 0xF707D8) is unknown color: approx Hot Magenta. HEX triplet: F7, 07 and D8. RGB value is (247,7,216). Sum of RGB (Red+Green+Blue) = 247+7+216=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 7 (3.12% from 255 or 1.49% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F707D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F707D8 is #08F827. Grayscale: #656565. Windows color (decimal): -587816 or 14157815. OLE color: 14157815.

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

Color convert

RGB2477216-
CMYK00.970.130.03
HSL307.75º94.49%49.8%-
HSV(B)307.75º97.17%96.86%-
XYZ50.8324.8867.09-
YUV102.59192.01231.01-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.55%
GREEN value IS 7 (3.12% from 255) = 1.49%
BLUE value IS 216 (84.77% from 255) = 45.96%
R=52.55%
G=1.49%
B=45.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247721600.970.130.03307.7594.4949.8
HexF77D8061D31345e32
Octal3677330014115346413662
Binary1111011111111011000011000011101111001101001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F707D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F707D8; }

 p { color: rgb(247,7,216); }

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

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

 a { background-color: rgb(247,7,216); }

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

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

 span { border-color: rgb(247,7,216); }

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