Shades of Razzmatazz #F80652
Tints of Razzmatazz #F80652
RGB
CMYK
RGB Variations
Color information
#F80652 (or 0xF80652) is known color: Razzmatazz. HEX triplet: F8, 06 and 52. RGB value is (248,6,82). Sum of RGB (Red+Green+Blue) = 248+6+82=336 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.81% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 248 - color contains mainly: red. Hex color #F80652 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80652 is #07F9AD. Grayscale: #565656. Windows color (decimal): -522670 or 5375736. OLE color: 5375736.
HSL color Cylindrical-coordinate representation of color #F80652: hue angle of 341.16º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80652 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 82 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.03 |
| HSL | 341.16º | 0.95% | 0.5% | - |
| HSV(B) | 341.16º | 0.98% | 0.97% | - |
| XYZ | 40.3 | 20.7 | 9.85 | - |
| YUV | 87.02 | 125.17 | 242.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 82 | 0 | 0.98 | 0.67 | 0.03 | 341.16 | 0.95 | 0.5 |
| Hex | F8 | 6 | 52 | 0 | 62 | 43 | 3 | 155 | 5F | 32 |
| Octal | 370 | 6 | 122 | 0 | 142 | 103 | 3 | 525 | 137 | 62 |
| Binary | 11111000 | 110 | 1010010 | 0 | 1100010 | 1000011 | 11 | 101010101 | 1011111 | 110010 |
Color Harmonies of #F80652
Complementary color
Monochromatic Colors of #F80652
Black with #F80652
Text Example
Text Example
White with #F80652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80652; }
p { color: rgb(248,6,82); }
H1.HeaderClassName
{
color: #F80652;
}
.AnyTagClassName
{
color: #F80652;
}
</style>
background-color css
<style>
a { background-color: #F80652; }
a { background-color: rgb(248,6,82); }
div.DivClassName
{
background-color: #F80652;
}
.BgClassName
{
background-color: #F80652;
}
</style>
border-color css
<style>
span { border-color: #F80652; }
span { border-color: rgb(248,6,82); }
td.TdClassName
{
border-color: #F80652;
}
.TagClassName
{
border-color: #F80652;
}
</style>