Shades of Razzmatazz #F60B5B
Tints of Razzmatazz #F60B5B
RGB
CMYK
RGB Variations
Color information
#F60B5B (or 0xF60B5B) is known color: Razzmatazz. HEX triplet: F6, 0B and 5B. RGB value is (246,11,91). Sum of RGB (Red+Green+Blue) = 246+11+91=348 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.69% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B5B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60B5B is #09F4A4. Grayscale: #5A5A5A. Windows color (decimal): -652453 or 5966838. OLE color: 5966838.
HSL color Cylindrical-coordinate representation of color #F60B5B: hue angle of 339.57º 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 #F60B5B is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 11 | 91 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.04 |
| HSL | 339.57º | 0.93% | 0.5% | - |
| HSV(B) | 339.57º | 0.96% | 0.96% | - |
| XYZ | 40.01 | 20.59 | 11.76 | - |
| YUV | 90.39 | 128.36 | 239 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 91 | 0 | 0.96 | 0.63 | 0.04 | 339.57 | 0.93 | 0.5 |
| Hex | F6 | B | 5B | 0 | 60 | 3F | 4 | 154 | 5D | 32 |
| Octal | 366 | 13 | 133 | 0 | 140 | 77 | 4 | 524 | 135 | 62 |
| Binary | 11110110 | 1011 | 1011011 | 0 | 1100000 | 111111 | 100 | 101010100 | 1011101 | 110010 |
Color Harmonies of #F60B5B
Complementary color
Monochromatic Colors of #F60B5B
Black with #F60B5B
Text Example
Text Example
White with #F60B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60B5B; }
p { color: rgb(246,11,91); }
H1.HeaderClassName
{
color: #F60B5B;
}
.AnyTagClassName
{
color: #F60B5B;
}
</style>
background-color css
<style>
a { background-color: #F60B5B; }
a { background-color: rgb(246,11,91); }
div.DivClassName
{
background-color: #F60B5B;
}
.BgClassName
{
background-color: #F60B5B;
}
</style>
border-color css
<style>
span { border-color: #F60B5B; }
span { border-color: rgb(246,11,91); }
td.TdClassName
{
border-color: #F60B5B;
}
.TagClassName
{
border-color: #F60B5B;
}
</style>