Shades of Razzmatazz #F80F70
Tints of Razzmatazz #F80F70
RGB
CMYK
RGB Variations
Color information
#F80F70 (or 0xF80F70) is known color: Razzmatazz. HEX triplet: F8, 0F and 70. RGB value is (248,15,112). Sum of RGB (Red+Green+Blue) = 248+15+112=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F80F70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80F70 is #07F08F. Grayscale: #5F5F5F. Windows color (decimal): -520336 or 7344120. OLE color: 7344120.
HSL color Cylindrical-coordinate representation of color #F80F70: hue angle of 335.02º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80F70 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 112 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.03 |
| HSL | 335.02º | 0.94% | 0.52% | - |
| HSV(B) | 335.02º | 0.94% | 0.97% | - |
| XYZ | 41.81 | 21.47 | 17.27 | - |
| YUV | 95.73 | 137.19 | 236.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 112 | 0 | 0.94 | 0.55 | 0.03 | 335.02 | 0.94 | 0.52 |
| Hex | F8 | F | 70 | 0 | 5E | 37 | 3 | 14F | 5E | 34 |
| Octal | 370 | 17 | 160 | 0 | 136 | 67 | 3 | 517 | 136 | 64 |
| Binary | 11111000 | 1111 | 1110000 | 0 | 1011110 | 110111 | 11 | 101001111 | 1011110 | 110100 |
Color Harmonies of #F80F70
Complementary color
Monochromatic Colors of #F80F70
Black with #F80F70
Text Example
Text Example
White with #F80F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80F70; }
p { color: rgb(248,15,112); }
H1.HeaderClassName
{
color: #F80F70;
}
.AnyTagClassName
{
color: #F80F70;
}
</style>
background-color css
<style>
a { background-color: #F80F70; }
a { background-color: rgb(248,15,112); }
div.DivClassName
{
background-color: #F80F70;
}
.BgClassName
{
background-color: #F80F70;
}
</style>
border-color css
<style>
span { border-color: #F80F70; }
span { border-color: rgb(248,15,112); }
td.TdClassName
{
border-color: #F80F70;
}
.TagClassName
{
border-color: #F80F70;
}
</style>