#F700F6

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

Shades of Magenta #F700F6

Tints of Magenta #F700F6

Color information

#F700F6 (or 0xF700F6) is unknown color: approx Magenta. HEX triplet: F7, 00 and F6. RGB value is (247,0,246). Sum of RGB (Red+Green+Blue) = 247+0+246=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 0 (0.39% from 255 or 0% from 493); Blue value is 246 (96.48% from 255 or 49.90% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F700F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F700F6 is #08FF09. Grayscale: #656565. Windows color (decimal): -589578 or 16122103. OLE color: 16122103.

HSL color Cylindrical-coordinate representation of color #F700F6: hue angle of 300.24º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F700F6 is Cyan = 0, Magento = 1, Yellow = 0.00 and Black (K on CMYK) = 0.03.

Color convert

RGB2470246-
CMYK010.000.03
HSL300.24º100%48.43%-
HSV(B)300.24º100%96.86%-
XYZ54.9926.4389.39-
YUV101.9209.33231.5-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 246 (96.48% from 255) = 49.90%
R=50.10%
G=0%
B=49.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2470246010.000.03300.2410048.43
HexF70F60640312c6430
Octal367036601440345414460
Binary11110111011110110011001000111001011001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F700F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F700F6; }

 p { color: rgb(247,0,246); }

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

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

 a { background-color: rgb(247,0,246); }

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

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

 span { border-color: rgb(247,0,246); }

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