#F706E2

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

Shades of Hot Magenta #F706E2

Tints of Hot Magenta #F706E2

Color information

#F706E2 (or 0xF706E2) is unknown color: approx Hot Magenta. HEX triplet: F7, 06 and E2. RGB value is (247,6,226). Sum of RGB (Red+Green+Blue) = 247+6+226=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 6 (2.73% from 255 or 1.25% from 479); Blue value is 226 (88.67% from 255 or 47.18% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F706E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F706E2 is #08F91D. Grayscale: #666666. Windows color (decimal): -588062 or 14812919. OLE color: 14812919.

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

Color convert

RGB2476226-
CMYK00.980.090.03
HSL305.23º95.26%49.61%-
HSV(B)305.23º97.57%96.86%-
XYZ52.1525.474.1-
YUV103.14197.34230.61-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.57%
GREEN value IS 6 (2.73% from 255) = 1.25%
BLUE value IS 226 (88.67% from 255) = 47.18%
R=51.57%
G=1.25%
B=47.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247622600.980.090.03305.2395.2649.61
HexF76E2062931315f32
Octal3676342014211346113762
Binary1111011111011100010011000101001111001100011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F706E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F706E2; }

 p { color: rgb(247,6,226); }

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

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

 a { background-color: rgb(247,6,226); }

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

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

 span { border-color: rgb(247,6,226); }

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