#F600F7

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

Shades of Magenta #F600F7

Tints of Magenta #F600F7

Color information

#F600F7 (or 0xF600F7) is unknown color: approx Magenta. HEX triplet: F6, 00 and F7. RGB value is (246,0,247). Sum of RGB (Red+Green+Blue) = 246+0+247=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 0 (0.39% from 255 or 0% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #F600F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F600F7 is #09FF08. Grayscale: #646464. Windows color (decimal): -655113 or 16187638. OLE color: 16187638.

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

Color convert

RGB2460247-
CMYK0.00100.03
HSL299.76º100%48.43%-
HSV(B)299.76º100%96.86%-
XYZ54.7926.3190.19-
YUV101.71210230.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24602470.00100.03299.7610048.43
HexF60F70640312c6430
Octal366036701440345414460
Binary11110110011110111011001000111001011001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F600F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F600F7; }

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

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

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

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

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

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

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

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