Shades of Razzmatazz #F80151
Tints of Razzmatazz #F80151
RGB
CMYK
RGB Variations
Color information
#F80151 (or 0xF80151) is known color: Razzmatazz. HEX triplet: F8, 01 and 51. RGB value is (248,1,81). Sum of RGB (Red+Green+Blue) = 248+1+81=330 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.15% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 248 - color contains mainly: red. Hex color #F80151 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80151 is #07FEAE. Grayscale: #535353. Windows color (decimal): -523951 or 5308920. OLE color: 5308920.
HSL color Cylindrical-coordinate representation of color #F80151: hue angle of 340.57º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80151 is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 81 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.03 |
| HSL | 340.57º | 0.99% | 0.49% | - |
| HSV(B) | 340.57º | 1% | 0.97% | - |
| XYZ | 40.21 | 20.57 | 9.64 | - |
| YUV | 83.97 | 126.33 | 245 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 81 | 0 | 1.00 | 0.67 | 0.03 | 340.57 | 0.99 | 0.49 |
| Hex | F8 | 1 | 51 | 0 | 64 | 43 | 3 | 155 | 63 | 31 |
| Octal | 370 | 1 | 121 | 0 | 144 | 103 | 3 | 525 | 143 | 61 |
| Binary | 11111000 | 1 | 1010001 | 0 | 1100100 | 1000011 | 11 | 101010101 | 1100011 | 110001 |
Color Harmonies of #F80151
Complementary color
Monochromatic Colors of #F80151
Black with #F80151
Text Example
Text Example
White with #F80151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80151; }
p { color: rgb(248,1,81); }
H1.HeaderClassName
{
color: #F80151;
}
.AnyTagClassName
{
color: #F80151;
}
</style>
background-color css
<style>
a { background-color: #F80151; }
a { background-color: rgb(248,1,81); }
div.DivClassName
{
background-color: #F80151;
}
.BgClassName
{
background-color: #F80151;
}
</style>
border-color css
<style>
span { border-color: #F80151; }
span { border-color: rgb(248,1,81); }
td.TdClassName
{
border-color: #F80151;
}
.TagClassName
{
border-color: #F80151;
}
</style>