#F60F5E

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

Shades of Razzmatazz #F60F5E

Tints of Razzmatazz #F60F5E

Color information

#F60F5E (or 0xF60F5E) is unknown color: approx Razzmatazz. HEX triplet: F6, 0F and 5E. RGB value is (246,15,94). Sum of RGB (Red+Green+Blue) = 246+15+94=355 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.30% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 246 - color contains mainly: red. Hex color #F60F5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60F5E is #09F0A1. Grayscale: #5C5C5C. Windows color (decimal): -651426 or 6164470. OLE color: 6164470.

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

Color convert

RGB2461594-
CMYK00.940.620.04
HSL339.48º92.77%51.18%-
HSV(B)339.48º93.9%96.47%-
XYZ40.220.7412.47-
YUV93.08128.53237.08-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 69.30%
GREEN value IS 15 (6.25% from 255) = 4.23%
BLUE value IS 94 (37.11% from 255) = 26.48%
R=69.30%
G=4.23%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246159400.940.620.04339.4892.7751.18
HexF6F5E05E3E41535d33
Octal36617136013676452313563
Binary1111011011111011110010111101111101001010100111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60F5E; }

 p { color: rgb(246,15,94); }

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

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

 a { background-color: rgb(246,15,94); }

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

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

 span { border-color: rgb(246,15,94); }

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