#F60BE5

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

Shades of Magenta #F60BE5

Tints of Magenta #F60BE5

Color information

#F60BE5 (or 0xF60BE5) is unknown color: approx Magenta. HEX triplet: F6, 0B and E5. RGB value is (246,11,229). Sum of RGB (Red+Green+Blue) = 246+11+229=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 11 (4.69% from 255 or 2.26% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60BE5 is #09F41A. Grayscale: #696969. Windows color (decimal): -652315 or 15010806. OLE color: 15010806.

HSL color Cylindrical-coordinate representation of color #F60BE5: hue angle of 304.34º 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 #F60BE5 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB24611229-
CMYK00.960.070.04
HSL304.34º92.89%50.39%-
HSV(B)304.34º95.53%96.47%-
XYZ52.2725.4976.29-
YUV106.12197.36227.77-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.62%
GREEN value IS 11 (4.69% from 255) = 2.26%
BLUE value IS 229 (89.84% from 255) = 47.12%
R=50.62%
G=2.26%
B=47.12%

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
Decimal2461122900.960.070.04304.3492.8950.39
HexF6BE5060741305d32
Octal3661334501407446013562
Binary11110110101111100101011000001111001001100001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60BE5; }

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

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

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

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

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

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

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

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