Shades of Razzmatazz #F80251
Tints of Razzmatazz #F80251
RGB
CMYK
RGB Variations
Color information
#F80251 (or 0xF80251) is known color: Razzmatazz. HEX triplet: F8, 02 and 51. RGB value is (248,2,81). Sum of RGB (Red+Green+Blue) = 248+2+81=331 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.92% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 248 - color contains mainly: red. Hex color #F80251 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80251 is #07FDAE. Grayscale: #545454. Windows color (decimal): -523695 or 5309176. OLE color: 5309176.
HSL color Cylindrical-coordinate representation of color #F80251: hue angle of 340.73º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F80251 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 81 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.03 |
| HSL | 340.73º | 0.98% | 0.49% | - |
| HSV(B) | 340.73º | 0.99% | 0.97% | - |
| XYZ | 40.22 | 20.59 | 9.64 | - |
| YUV | 84.56 | 126 | 244.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 81 | 0 | 0.99 | 0.67 | 0.03 | 340.73 | 0.98 | 0.49 |
| Hex | F8 | 2 | 51 | 0 | 63 | 43 | 3 | 155 | 62 | 31 |
| Octal | 370 | 2 | 121 | 0 | 143 | 103 | 3 | 525 | 142 | 61 |
| Binary | 11111000 | 10 | 1010001 | 0 | 1100011 | 1000011 | 11 | 101010101 | 1100010 | 110001 |
Color Harmonies of #F80251
Complementary color
Monochromatic Colors of #F80251
Black with #F80251
Text Example
Text Example
White with #F80251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80251; }
p { color: rgb(248,2,81); }
H1.HeaderClassName
{
color: #F80251;
}
.AnyTagClassName
{
color: #F80251;
}
</style>
background-color css
<style>
a { background-color: #F80251; }
a { background-color: rgb(248,2,81); }
div.DivClassName
{
background-color: #F80251;
}
.BgClassName
{
background-color: #F80251;
}
</style>
border-color css
<style>
span { border-color: #F80251; }
span { border-color: rgb(248,2,81); }
td.TdClassName
{
border-color: #F80251;
}
.TagClassName
{
border-color: #F80251;
}
</style>