#F60BE6

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

Shades of Magenta #F60BE6

Tints of Magenta #F60BE6

Color information

#F60BE6 (or 0xF60BE6) is unknown color: approx Magenta. HEX triplet: F6, 0B and E6. RGB value is (246,11,230). Sum of RGB (Red+Green+Blue) = 246+11+230=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 11 (4.69% from 255 or 2.26% from 487); Blue value is 230 (90.23% from 255 or 47.23% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60BE6 is #09F419. Grayscale: #696969. Windows color (decimal): -652314 or 15076342. OLE color: 15076342.

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

Color convert

RGB24611230-
CMYK00.960.070.04
HSL304.09º92.89%50.39%-
HSV(B)304.09º95.53%96.47%-
XYZ52.4125.5577.03-
YUV106.23197.86227.69-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.51%
GREEN value IS 11 (4.69% from 255) = 2.26%
BLUE value IS 230 (90.23% from 255) = 47.23%
R=50.51%
G=2.26%
B=47.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461123000.960.070.04304.0992.8950.39
HexF6BE6060741305d32
Octal3661334601407446013562
Binary11110110101111100110011000001111001001100001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60BE6; }

 p { color: rgb(246,11,230); }

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

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

 a { background-color: rgb(246,11,230); }

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

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

 span { border-color: rgb(246,11,230); }

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