#F60BF0

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

Shades of Magenta #F60BF0

Tints of Magenta #F60BF0

Color information

#F60BF0 (or 0xF60BF0) is unknown color: approx Magenta. HEX triplet: F6, 0B and F0. RGB value is (246,11,240). Sum of RGB (Red+Green+Blue) = 246+11+240=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 11 (4.69% from 255 or 2.21% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60BF0 is #09F40F. Grayscale: #6A6A6A. Windows color (decimal): -652304 or 15731702. OLE color: 15731702.

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

Color convert

RGB24611240-
CMYK00.960.020.04
HSL301.53º92.89%50.39%-
HSV(B)301.53º95.53%96.47%-
XYZ53.8526.1284.64-
YUV107.37202.86226.88-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.50%
GREEN value IS 11 (4.69% from 255) = 2.21%
BLUE value IS 240 (94.14% from 255) = 48.29%
R=49.50%
G=2.21%
B=48.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461124000.960.020.04301.5392.8950.39
HexF6BF00602412e5d32
Octal3661336001402445613562
Binary1111011010111111000001100000101001001011101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60BF0; }

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

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

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

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

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

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

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

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