#F706E1

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

Shades of Hot Magenta #F706E1

Tints of Hot Magenta #F706E1

Color information

#F706E1 (or 0xF706E1) is unknown color: approx Hot Magenta. HEX triplet: F7, 06 and E1. RGB value is (247,6,225). Sum of RGB (Red+Green+Blue) = 247+6+225=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 6 (2.73% from 255 or 1.26% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F706E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F706E1 is #08F91E. Grayscale: #666666. Windows color (decimal): -588063 or 14747383. OLE color: 14747383.

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

Color convert

RGB2476225-
CMYK00.980.090.03
HSL305.48º95.26%49.61%-
HSV(B)305.48º97.57%96.86%-
XYZ52.0125.3473.38-
YUV103.02196.84230.69-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.67%
GREEN value IS 6 (2.73% from 255) = 1.26%
BLUE value IS 225 (88.28% from 255) = 47.07%
R=51.67%
G=1.26%
B=47.07%

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
Decimal247622500.980.090.03305.4895.2649.61
HexF76E1062931315f32
Octal3676341014211346113762
Binary1111011111011100001011000101001111001100011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F706E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F706E1; }

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

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

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

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

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

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

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

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