#f706d2

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

Shades of Hot Magenta #F706D2

Tints of Hot Magenta #F706D2

Color information

#F706D2 (or 0xF706D2) is unknown color: approx Hot Magenta. HEX triplet: F7, 06 and D2. RGB value is (247,6,210). Sum of RGB (Red+Green+Blue) = 247+6+210=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 6 (2.73% from 255 or 1.30% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F706D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F706D2 is #08F92D. Grayscale: #646464. Windows color (decimal): -588078 or 13764343. OLE color: 13764343.

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

Color convert

RGB2476210-
CMYK00.980.150.03
HSL309.21º95.26%49.61%-
HSV(B)309.21º97.57%96.86%-
XYZ50.0624.5663.07-
YUV101.32189.34231.91-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.35%
GREEN value IS 6 (2.73% from 255) = 1.30%
BLUE value IS 210 (82.42% from 255) = 45.36%
R=53.35%
G=1.30%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247621000.980.150.03309.2195.2649.61
HexF76D2062F31355f32
Octal3676322014217346513762
Binary1111011111011010010011000101111111001101011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f706d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f706d2; }

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

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

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

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

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

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

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

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