#F60BE8

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

Shades of Magenta #F60BE8

Tints of Magenta #F60BE8

Color information

#F60BE8 (or 0xF60BE8) is unknown color: approx Magenta. HEX triplet: F6, 0B and E8. RGB value is (246,11,232). Sum of RGB (Red+Green+Blue) = 246+11+232=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 11 (4.69% from 255 or 2.25% from 489); Blue value is 232 (91.02% from 255 or 47.44% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60BE8 is #09F417. Grayscale: #696969. Windows color (decimal): -652312 or 15207414. OLE color: 15207414.

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

Color convert

RGB24611232-
CMYK00.960.060.04
HSL303.57º92.89%50.39%-
HSV(B)303.57º95.53%96.47%-
XYZ52.6925.6678.52-
YUV106.46198.86227.53-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.31%
GREEN value IS 11 (4.69% from 255) = 2.25%
BLUE value IS 232 (91.02% from 255) = 47.44%
R=50.31%
G=2.25%
B=47.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461123200.960.060.04303.5792.8950.39
HexF6BE8060641305d32
Octal3661335001406446013562
Binary11110110101111101000011000001101001001100001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60BE8; }

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

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

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

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

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

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

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

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