#F60D5E

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

Shades of Razzmatazz #F60D5E

Tints of Razzmatazz #F60D5E

Color information

#F60D5E (or 0xF60D5E) is unknown color: approx Razzmatazz. HEX triplet: F6, 0D and 5E. RGB value is (246,13,94). Sum of RGB (Red+Green+Blue) = 246+13+94=353 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.69% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 246 - color contains mainly: red. Hex color #F60D5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60D5E is #09F2A1. Grayscale: #5B5B5B. Windows color (decimal): -651938 or 6163958. OLE color: 6163958.

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

Color convert

RGB2461394-
CMYK00.950.620.04
HSL339.14º92.83%50.78%-
HSV(B)339.14º94.72%96.47%-
XYZ40.1720.6912.47-
YUV91.9129.19237.91-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 69.69%
GREEN value IS 13 (5.47% from 255) = 3.68%
BLUE value IS 94 (37.11% from 255) = 26.63%
R=69.69%
G=3.68%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246139400.950.620.04339.1492.8350.78
HexF6D5E05F3E41535d33
Octal36615136013776452313563
Binary1111011011011011110010111111111101001010100111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60D5E; }

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

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

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

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

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

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

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

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