Shades of Razzmatazz #F80C57
Tints of Razzmatazz #F80C57
RGB
CMYK
RGB Variations
Color information
#F80C57 (or 0xF80C57) is known color: Razzmatazz. HEX triplet: F8, 0C and 57. RGB value is (248,12,87). Sum of RGB (Red+Green+Blue) = 248+12+87=347 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.47% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 248 - color contains mainly: red. Hex color #F80C57 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80C57 is #07F3A8. Grayscale: #5B5B5B. Windows color (decimal): -521129 or 5704952. OLE color: 5704952.
HSL color Cylindrical-coordinate representation of color #F80C57: hue angle of 340.93º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80C57 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 12 | 87 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.03 |
| HSL | 340.93º | 0.94% | 0.51% | - |
| HSV(B) | 340.93º | 0.95% | 0.97% | - |
| XYZ | 40.56 | 20.91 | 10.91 | - |
| YUV | 91.11 | 125.69 | 239.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 12 | 87 | 0 | 0.95 | 0.65 | 0.03 | 340.93 | 0.94 | 0.51 |
| Hex | F8 | C | 57 | 0 | 5F | 41 | 3 | 155 | 5E | 33 |
| Octal | 370 | 14 | 127 | 0 | 137 | 101 | 3 | 525 | 136 | 63 |
| Binary | 11111000 | 1100 | 1010111 | 0 | 1011111 | 1000001 | 11 | 101010101 | 1011110 | 110011 |
Color Harmonies of #F80C57
Complementary color
Monochromatic Colors of #F80C57
Black with #F80C57
Text Example
Text Example
White with #F80C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80C57; }
p { color: rgb(248,12,87); }
H1.HeaderClassName
{
color: #F80C57;
}
.AnyTagClassName
{
color: #F80C57;
}
</style>
background-color css
<style>
a { background-color: #F80C57; }
a { background-color: rgb(248,12,87); }
div.DivClassName
{
background-color: #F80C57;
}
.BgClassName
{
background-color: #F80C57;
}
</style>
border-color css
<style>
span { border-color: #F80C57; }
span { border-color: rgb(248,12,87); }
td.TdClassName
{
border-color: #F80C57;
}
.TagClassName
{
border-color: #F80C57;
}
</style>