Shades of Razzmatazz #F80D5D
Tints of Razzmatazz #F80D5D
RGB
CMYK
RGB Variations
Color information
#F80D5D (or 0xF80D5D) is known color: Razzmatazz. HEX triplet: F8, 0D and 5D. RGB value is (248,13,93). Sum of RGB (Red+Green+Blue) = 248+13+93=354 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.06% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 248 - color contains mainly: red. Hex color #F80D5D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80D5D is #07F2A2. Grayscale: #5C5C5C. Windows color (decimal): -520867 or 6098424. OLE color: 6098424.
HSL color Cylindrical-coordinate representation of color #F80D5D: hue angle of 339.57º 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 #F80D5D is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 13 | 93 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.03 |
| HSL | 339.57º | 0.94% | 0.51% | - |
| HSV(B) | 339.57º | 0.95% | 0.97% | - |
| XYZ | 40.83 | 21.03 | 12.26 | - |
| YUV | 92.39 | 128.36 | 239 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 13 | 93 | 0 | 0.95 | 0.62 | 0.03 | 339.57 | 0.94 | 0.51 |
| Hex | F8 | D | 5D | 0 | 5F | 3E | 3 | 154 | 5E | 33 |
| Octal | 370 | 15 | 135 | 0 | 137 | 76 | 3 | 524 | 136 | 63 |
| Binary | 11111000 | 1101 | 1011101 | 0 | 1011111 | 111110 | 11 | 101010100 | 1011110 | 110011 |
Color Harmonies of #F80D5D
Complementary color
Monochromatic Colors of #F80D5D
Black with #F80D5D
Text Example
Text Example
White with #F80D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80D5D; }
p { color: rgb(248,13,93); }
H1.HeaderClassName
{
color: #F80D5D;
}
.AnyTagClassName
{
color: #F80D5D;
}
</style>
background-color css
<style>
a { background-color: #F80D5D; }
a { background-color: rgb(248,13,93); }
div.DivClassName
{
background-color: #F80D5D;
}
.BgClassName
{
background-color: #F80D5D;
}
</style>
border-color css
<style>
span { border-color: #F80D5D; }
span { border-color: rgb(248,13,93); }
td.TdClassName
{
border-color: #F80D5D;
}
.TagClassName
{
border-color: #F80D5D;
}
</style>