Shades of Razzmatazz #F80551
Tints of Razzmatazz #F80551
RGB
CMYK
RGB Variations
Color information
#F80551 (or 0xF80551) is known color: Razzmatazz. HEX triplet: F8, 05 and 51. RGB value is (248,5,81). Sum of RGB (Red+Green+Blue) = 248+5+81=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F80551 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80551 is #07FAAE. Grayscale: #565656. Windows color (decimal): -522927 or 5309944. OLE color: 5309944.
HSL color Cylindrical-coordinate representation of color #F80551: hue angle of 341.23º degrees, saturation: 0.96, 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 #F80551 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 81 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.03 |
| HSL | 341.23º | 0.96% | 0.5% | - |
| HSV(B) | 341.23º | 0.98% | 0.97% | - |
| XYZ | 40.25 | 20.66 | 9.65 | - |
| YUV | 86.32 | 125.01 | 243.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 81 | 0 | 0.98 | 0.67 | 0.03 | 341.23 | 0.96 | 0.5 |
| Hex | F8 | 5 | 51 | 0 | 62 | 43 | 3 | 155 | 60 | 32 |
| Octal | 370 | 5 | 121 | 0 | 142 | 103 | 3 | 525 | 140 | 62 |
| Binary | 11111000 | 101 | 1010001 | 0 | 1100010 | 1000011 | 11 | 101010101 | 1100000 | 110010 |
Color Harmonies of #F80551
Complementary color
Monochromatic Colors of #F80551
Black with #F80551
Text Example
Text Example
White with #F80551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80551; }
p { color: rgb(248,5,81); }
H1.HeaderClassName
{
color: #F80551;
}
.AnyTagClassName
{
color: #F80551;
}
</style>
background-color css
<style>
a { background-color: #F80551; }
a { background-color: rgb(248,5,81); }
div.DivClassName
{
background-color: #F80551;
}
.BgClassName
{
background-color: #F80551;
}
</style>
border-color css
<style>
span { border-color: #F80551; }
span { border-color: rgb(248,5,81); }
td.TdClassName
{
border-color: #F80551;
}
.TagClassName
{
border-color: #F80551;
}
</style>