Shades of Razzmatazz #F80355
Tints of Razzmatazz #F80355
RGB
CMYK
RGB Variations
Color information
#F80355 (or 0xF80355) is known color: Razzmatazz. HEX triplet: F8, 03 and 55. RGB value is (248,3,85). Sum of RGB (Red+Green+Blue) = 248+3+85=336 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.81% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 248 - color contains mainly: red. Hex color #F80355 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80355 is #07FCAA. Grayscale: #555555. Windows color (decimal): -523435 or 5571576. OLE color: 5571576.
HSL color Cylindrical-coordinate representation of color #F80355: hue angle of 339.92º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F80355 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 85 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.03 |
| HSL | 339.92º | 0.98% | 0.49% | - |
| HSV(B) | 339.92º | 0.99% | 0.97% | - |
| XYZ | 40.38 | 20.68 | 10.46 | - |
| YUV | 85.6 | 127.67 | 243.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 85 | 0 | 0.99 | 0.66 | 0.03 | 339.92 | 0.98 | 0.49 |
| Hex | F8 | 3 | 55 | 0 | 63 | 42 | 3 | 154 | 62 | 31 |
| Octal | 370 | 3 | 125 | 0 | 143 | 102 | 3 | 524 | 142 | 61 |
| Binary | 11111000 | 11 | 1010101 | 0 | 1100011 | 1000010 | 11 | 101010100 | 1100010 | 110001 |
Color Harmonies of #F80355
Complementary color
Monochromatic Colors of #F80355
Black with #F80355
Text Example
Text Example
White with #F80355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80355; }
p { color: rgb(248,3,85); }
H1.HeaderClassName
{
color: #F80355;
}
.AnyTagClassName
{
color: #F80355;
}
</style>
background-color css
<style>
a { background-color: #F80355; }
a { background-color: rgb(248,3,85); }
div.DivClassName
{
background-color: #F80355;
}
.BgClassName
{
background-color: #F80355;
}
</style>
border-color css
<style>
span { border-color: #F80355; }
span { border-color: rgb(248,3,85); }
td.TdClassName
{
border-color: #F80355;
}
.TagClassName
{
border-color: #F80355;
}
</style>