Shades of Razzmatazz #F80052
Tints of Razzmatazz #F80052
RGB
CMYK
RGB Variations
Color information
#F80052 (or 0xF80052) is known color: Razzmatazz. HEX triplet: F8, 00 and 52. RGB value is (248,0,82). Sum of RGB (Red+Green+Blue) = 248+0+82=330 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.15% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 248 - color contains mainly: red. Hex color #F80052 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80052 is #07FFAD. Grayscale: #535353. Windows color (decimal): -524206 or 5374200. OLE color: 5374200.
HSL color Cylindrical-coordinate representation of color #F80052: hue angle of 340.16º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80052 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 82 | - |
| CMYK | 0 | 1 | 0.67 | 0.03 |
| HSL | 340.16º | 1% | 0.49% | - |
| HSV(B) | 340.16º | 1% | 0.97% | - |
| XYZ | 40.23 | 20.57 | 9.83 | - |
| YUV | 83.5 | 127.16 | 245.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 82 | 0 | 1 | 0.67 | 0.03 | 340.16 | 1 | 0.49 |
| Hex | F8 | 0 | 52 | 0 | 64 | 43 | 3 | 154 | 64 | 31 |
| Octal | 370 | 0 | 122 | 0 | 144 | 103 | 3 | 524 | 144 | 61 |
| Binary | 11111000 | 0 | 1010010 | 0 | 1100100 | 1000011 | 11 | 101010100 | 1100100 | 110001 |
Color Harmonies of #F80052
Complementary color
Monochromatic Colors of #F80052
Black with #F80052
Text Example
Text Example
White with #F80052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80052; }
p { color: rgb(248,0,82); }
H1.HeaderClassName
{
color: #F80052;
}
.AnyTagClassName
{
color: #F80052;
}
</style>
background-color css
<style>
a { background-color: #F80052; }
a { background-color: rgb(248,0,82); }
div.DivClassName
{
background-color: #F80052;
}
.BgClassName
{
background-color: #F80052;
}
</style>
border-color css
<style>
span { border-color: #F80052; }
span { border-color: rgb(248,0,82); }
td.TdClassName
{
border-color: #F80052;
}
.TagClassName
{
border-color: #F80052;
}
</style>