Shades of Razzmatazz #F80673
Tints of Razzmatazz #F80673
RGB
CMYK
RGB Variations
Color information
#F80673 (or 0xF80673) is known color: Razzmatazz. HEX triplet: F8, 06 and 73. RGB value is (248,6,115). Sum of RGB (Red+Green+Blue) = 248+6+115=369 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.21% from 369); Green value is 6 (2.73% from 255 or 1.63% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 248 - color contains mainly: red. Hex color #F80673 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80673 is #07F98C. Grayscale: #5A5A5A. Windows color (decimal): -522637 or 7538424. OLE color: 7538424.
HSL color Cylindrical-coordinate representation of color #F80673: hue angle of 332.98º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80673 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 115 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.03 |
| HSL | 332.98º | 0.95% | 0.5% | - |
| HSV(B) | 332.98º | 0.98% | 0.97% | - |
| XYZ | 41.87 | 21.32 | 18.13 | - |
| YUV | 90.78 | 141.67 | 240.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 115 | 0 | 0.98 | 0.54 | 0.03 | 332.98 | 0.95 | 0.5 |
| Hex | F8 | 6 | 73 | 0 | 62 | 36 | 3 | 14D | 5F | 32 |
| Octal | 370 | 6 | 163 | 0 | 142 | 66 | 3 | 515 | 137 | 62 |
| Binary | 11111000 | 110 | 1110011 | 0 | 1100010 | 110110 | 11 | 101001101 | 1011111 | 110010 |
Color Harmonies of #F80673
Complementary color
Monochromatic Colors of #F80673
Black with #F80673
Text Example
Text Example
White with #F80673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80673; }
p { color: rgb(248,6,115); }
H1.HeaderClassName
{
color: #F80673;
}
.AnyTagClassName
{
color: #F80673;
}
</style>
background-color css
<style>
a { background-color: #F80673; }
a { background-color: rgb(248,6,115); }
div.DivClassName
{
background-color: #F80673;
}
.BgClassName
{
background-color: #F80673;
}
</style>
border-color css
<style>
span { border-color: #F80673; }
span { border-color: rgb(248,6,115); }
td.TdClassName
{
border-color: #F80673;
}
.TagClassName
{
border-color: #F80673;
}
</style>