Shades of Razzmatazz #F80D5E
Tints of Razzmatazz #F80D5E
RGB
CMYK
RGB Variations
Color information
#F80D5E (or 0xF80D5E) is known color: Razzmatazz. HEX triplet: F8, 0D and 5E. RGB value is (248,13,94). Sum of RGB (Red+Green+Blue) = 248+13+94=355 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.86% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 248 - color contains mainly: red. Hex color #F80D5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80D5E is #07F2A1. Grayscale: #5C5C5C. Windows color (decimal): -520866 or 6163960. OLE color: 6163960.
HSL color Cylindrical-coordinate representation of color #F80D5E: hue angle of 339.32º 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 #F80D5E is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 13 | 94 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.03 |
| HSL | 339.32º | 0.94% | 0.51% | - |
| HSV(B) | 339.32º | 0.95% | 0.97% | - |
| XYZ | 40.88 | 21.05 | 12.5 | - |
| YUV | 92.5 | 128.86 | 238.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 13 | 94 | 0 | 0.95 | 0.62 | 0.03 | 339.32 | 0.94 | 0.51 |
| Hex | F8 | D | 5E | 0 | 5F | 3E | 3 | 153 | 5E | 33 |
| Octal | 370 | 15 | 136 | 0 | 137 | 76 | 3 | 523 | 136 | 63 |
| Binary | 11111000 | 1101 | 1011110 | 0 | 1011111 | 111110 | 11 | 101010011 | 1011110 | 110011 |
Color Harmonies of #F80D5E
Complementary color
Monochromatic Colors of #F80D5E
Black with #F80D5E
Text Example
Text Example
White with #F80D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80D5E; }
p { color: rgb(248,13,94); }
H1.HeaderClassName
{
color: #F80D5E;
}
.AnyTagClassName
{
color: #F80D5E;
}
</style>
background-color css
<style>
a { background-color: #F80D5E; }
a { background-color: rgb(248,13,94); }
div.DivClassName
{
background-color: #F80D5E;
}
.BgClassName
{
background-color: #F80D5E;
}
</style>
border-color css
<style>
span { border-color: #F80D5E; }
span { border-color: rgb(248,13,94); }
td.TdClassName
{
border-color: #F80D5E;
}
.TagClassName
{
border-color: #F80D5E;
}
</style>