Shades of Razzmatazz #F60B5C
Tints of Razzmatazz #F60B5C
RGB
CMYK
RGB Variations
Color information
#F60B5C (or 0xF60B5C) is known color: Razzmatazz. HEX triplet: F6, 0B and 5C. RGB value is (246,11,92). Sum of RGB (Red+Green+Blue) = 246+11+92=349 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.49% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B5C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60B5C is #09F4A3. Grayscale: #5A5A5A. Windows color (decimal): -652452 or 6032374. OLE color: 6032374.
HSL color Cylindrical-coordinate representation of color #F60B5C: hue angle of 339.32º 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 #F60B5C is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 11 | 92 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.04 |
| HSL | 339.32º | 0.93% | 0.5% | - |
| HSV(B) | 339.32º | 0.96% | 0.96% | - |
| XYZ | 40.06 | 20.6 | 11.99 | - |
| YUV | 90.5 | 128.86 | 238.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 92 | 0 | 0.96 | 0.63 | 0.04 | 339.32 | 0.93 | 0.5 |
| Hex | F6 | B | 5C | 0 | 60 | 3F | 4 | 153 | 5D | 32 |
| Octal | 366 | 13 | 134 | 0 | 140 | 77 | 4 | 523 | 135 | 62 |
| Binary | 11110110 | 1011 | 1011100 | 0 | 1100000 | 111111 | 100 | 101010011 | 1011101 | 110010 |
Color Harmonies of #F60B5C
Complementary color
Monochromatic Colors of #F60B5C
Black with #F60B5C
Text Example
Text Example
White with #F60B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60B5C; }
p { color: rgb(246,11,92); }
H1.HeaderClassName
{
color: #F60B5C;
}
.AnyTagClassName
{
color: #F60B5C;
}
</style>
background-color css
<style>
a { background-color: #F60B5C; }
a { background-color: rgb(246,11,92); }
div.DivClassName
{
background-color: #F60B5C;
}
.BgClassName
{
background-color: #F60B5C;
}
</style>
border-color css
<style>
span { border-color: #F60B5C; }
span { border-color: rgb(246,11,92); }
td.TdClassName
{
border-color: #F60B5C;
}
.TagClassName
{
border-color: #F60B5C;
}
</style>