#F706FA

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

Shades of Magenta #F706FA

Tints of Magenta #F706FA

Color information

#F706FA (or 0xF706FA) is unknown color: approx Magenta. HEX triplet: F7, 06 and FA. RGB value is (247,6,250). Sum of RGB (Red+Green+Blue) = 247+6+250=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 6 (2.73% from 255 or 1.19% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #F706FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F706FA is #08F905. Grayscale: #696969. Windows color (decimal): -588038 or 16385783. OLE color: 16385783.

HSL color Cylindrical-coordinate representation of color #F706FA: hue angle of 299.26º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F706FA is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2476250-
CMYK0.010.9800.02
HSL299.26º96.06%50.2%-
HSV(B)299.26º97.6%98.04%-
XYZ55.6826.8192.68-
YUV105.88209.34228.66-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.11%
GREEN value IS 6 (2.73% from 255) = 1.19%
BLUE value IS 250 (98.05% from 255) = 49.70%
R=49.11%
G=1.19%
B=49.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24762500.010.9800.02299.2696.0650.2
HexF76FA1620212b6032
Octal367637211420245314062
Binary1111011111011111010111000100101001010111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F706FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F706FA; }

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

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

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

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

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

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

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

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

cancel