Shades of Razzmatazz #F80F6E
Tints of Razzmatazz #F80F6E
RGB
CMYK
RGB Variations
Color information
#F80F6E (or 0xF80F6E) is known color: Razzmatazz. HEX triplet: F8, 0F and 6E. RGB value is (248,15,110). Sum of RGB (Red+Green+Blue) = 248+15+110=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F80F6E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80F6E is #07F091. Grayscale: #5F5F5F. Windows color (decimal): -520338 or 7213048. OLE color: 7213048.
HSL color Cylindrical-coordinate representation of color #F80F6E: hue angle of 335.54º 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 #F80F6E is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 110 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.03 |
| HSL | 335.54º | 0.94% | 0.52% | - |
| HSV(B) | 335.54º | 0.94% | 0.97% | - |
| XYZ | 41.7 | 21.42 | 16.69 | - |
| YUV | 95.5 | 136.19 | 236.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 110 | 0 | 0.94 | 0.56 | 0.03 | 335.54 | 0.94 | 0.52 |
| Hex | F8 | F | 6E | 0 | 5E | 38 | 3 | 150 | 5E | 34 |
| Octal | 370 | 17 | 156 | 0 | 136 | 70 | 3 | 520 | 136 | 64 |
| Binary | 11111000 | 1111 | 1101110 | 0 | 1011110 | 111000 | 11 | 101010000 | 1011110 | 110100 |
Color Harmonies of #F80F6E
Complementary color
Monochromatic Colors of #F80F6E
Black with #F80F6E
Text Example
Text Example
White with #F80F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80F6E; }
p { color: rgb(248,15,110); }
H1.HeaderClassName
{
color: #F80F6E;
}
.AnyTagClassName
{
color: #F80F6E;
}
</style>
background-color css
<style>
a { background-color: #F80F6E; }
a { background-color: rgb(248,15,110); }
div.DivClassName
{
background-color: #F80F6E;
}
.BgClassName
{
background-color: #F80F6E;
}
</style>
border-color css
<style>
span { border-color: #F80F6E; }
span { border-color: rgb(248,15,110); }
td.TdClassName
{
border-color: #F80F6E;
}
.TagClassName
{
border-color: #F80F6E;
}
</style>