#F60A51

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

Shades of Razzmatazz #F60A51

Tints of Razzmatazz #F60A51

Color information

#F60A51 (or 0xF60A51) is unknown color: approx Razzmatazz. HEX triplet: F6, 0A and 51. RGB value is (246,10,81). Sum of RGB (Red+Green+Blue) = 246+10+81=337 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.00% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 246 - color contains mainly: red. Hex color #F60A51 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60A51 is #09F5AE. Grayscale: #585858. Windows color (decimal): -652719 or 5311222. OLE color: 5311222.

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

Color convert

RGB2461081-
CMYK00.960.670.04
HSL341.95º92.91%50.2%-
HSV(B)341.95º95.93%96.47%-
XYZ39.620.49.64-
YUV88.66123.69240.23-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 73.00%
GREEN value IS 10 (4.30% from 255) = 2.97%
BLUE value IS 81 (32.03% from 255) = 24.04%
R=73.00%
G=2.97%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246108100.960.670.04341.9592.9150.2
HexF6A510604341565d32
Octal366121210140103452613562
Binary11110110101010100010110000010000111001010101101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60A51; }

 p { color: rgb(246,10,81); }

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

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

 a { background-color: rgb(246,10,81); }

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

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

 span { border-color: rgb(246,10,81); }

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