Shades of Razzmatazz #F80356
Tints of Razzmatazz #F80356
RGB
CMYK
RGB Variations
Color information
#F80356 (or 0xF80356) is known color: Razzmatazz. HEX triplet: F8, 03 and 56. RGB value is (248,3,86). Sum of RGB (Red+Green+Blue) = 248+3+86=337 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.59% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 248 - color contains mainly: red. Hex color #F80356 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80356 is #07FCA9. Grayscale: #555555. Windows color (decimal): -523434 or 5637112. OLE color: 5637112.
HSL color Cylindrical-coordinate representation of color #F80356: hue angle of 339.67º 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 #F80356 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 86 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.03 |
| HSL | 339.67º | 0.98% | 0.49% | - |
| HSV(B) | 339.67º | 0.99% | 0.97% | - |
| XYZ | 40.42 | 20.69 | 10.67 | - |
| YUV | 85.72 | 128.17 | 243.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 86 | 0 | 0.99 | 0.65 | 0.03 | 339.67 | 0.98 | 0.49 |
| Hex | F8 | 3 | 56 | 0 | 63 | 41 | 3 | 154 | 62 | 31 |
| Octal | 370 | 3 | 126 | 0 | 143 | 101 | 3 | 524 | 142 | 61 |
| Binary | 11111000 | 11 | 1010110 | 0 | 1100011 | 1000001 | 11 | 101010100 | 1100010 | 110001 |
Color Harmonies of #F80356
Complementary color
Monochromatic Colors of #F80356
Black with #F80356
Text Example
Text Example
White with #F80356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80356; }
p { color: rgb(248,3,86); }
H1.HeaderClassName
{
color: #F80356;
}
.AnyTagClassName
{
color: #F80356;
}
</style>
background-color css
<style>
a { background-color: #F80356; }
a { background-color: rgb(248,3,86); }
div.DivClassName
{
background-color: #F80356;
}
.BgClassName
{
background-color: #F80356;
}
</style>
border-color css
<style>
span { border-color: #F80356; }
span { border-color: rgb(248,3,86); }
td.TdClassName
{
border-color: #F80356;
}
.TagClassName
{
border-color: #F80356;
}
</style>