Shades of Razzmatazz #F80070
Tints of Razzmatazz #F80070
RGB
CMYK
RGB Variations
Color information
#F80070 (or 0xF80070) is known color: Razzmatazz. HEX triplet: F8, 00 and 70. RGB value is (248,0,112). Sum of RGB (Red+Green+Blue) = 248+0+112=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F80070 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80070 is #07FF8F. Grayscale: #565656. Windows color (decimal): -524176 or 7340280. OLE color: 7340280.
HSL color Cylindrical-coordinate representation of color #F80070: hue angle of 332.9º 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 #F80070 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 112 | - |
| CMYK | 0 | 1 | 0.55 | 0.03 |
| HSL | 332.9º | 1% | 0.49% | - |
| HSV(B) | 332.9º | 1% | 0.97% | - |
| XYZ | 41.64 | 21.13 | 17.21 | - |
| YUV | 86.92 | 142.16 | 242.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 112 | 0 | 1 | 0.55 | 0.03 | 332.9 | 1 | 0.49 |
| Hex | F8 | 0 | 70 | 0 | 64 | 37 | 3 | 14D | 64 | 31 |
| Octal | 370 | 0 | 160 | 0 | 144 | 67 | 3 | 515 | 144 | 61 |
| Binary | 11111000 | 0 | 1110000 | 0 | 1100100 | 110111 | 11 | 101001101 | 1100100 | 110001 |
Color Harmonies of #F80070
Complementary color
Monochromatic Colors of #F80070
Black with #F80070
Text Example
Text Example
White with #F80070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80070; }
p { color: rgb(248,0,112); }
H1.HeaderClassName
{
color: #F80070;
}
.AnyTagClassName
{
color: #F80070;
}
</style>
background-color css
<style>
a { background-color: #F80070; }
a { background-color: rgb(248,0,112); }
div.DivClassName
{
background-color: #F80070;
}
.BgClassName
{
background-color: #F80070;
}
</style>
border-color css
<style>
span { border-color: #F80070; }
span { border-color: rgb(248,0,112); }
td.TdClassName
{
border-color: #F80070;
}
.TagClassName
{
border-color: #F80070;
}
</style>