Shades of Razzmatazz #F80273
Tints of Razzmatazz #F80273
RGB
CMYK
RGB Variations
Color information
#F80273 (or 0xF80273) is known color: Razzmatazz. HEX triplet: F8, 02 and 73. RGB value is (248,2,115). Sum of RGB (Red+Green+Blue) = 248+2+115=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F80273 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80273 is #07FD8C. Grayscale: #585858. Windows color (decimal): -523661 or 7537400. OLE color: 7537400.
HSL color Cylindrical-coordinate representation of color #F80273: hue angle of 332.44º 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 #F80273 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 115 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.03 |
| HSL | 332.44º | 0.98% | 0.49% | - |
| HSV(B) | 332.44º | 0.99% | 0.97% | - |
| XYZ | 41.83 | 21.24 | 18.11 | - |
| YUV | 88.44 | 143 | 241.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 115 | 0 | 0.99 | 0.54 | 0.03 | 332.44 | 0.98 | 0.49 |
| Hex | F8 | 2 | 73 | 0 | 63 | 36 | 3 | 14C | 62 | 31 |
| Octal | 370 | 2 | 163 | 0 | 143 | 66 | 3 | 514 | 142 | 61 |
| Binary | 11111000 | 10 | 1110011 | 0 | 1100011 | 110110 | 11 | 101001100 | 1100010 | 110001 |
Color Harmonies of #F80273
Complementary color
Monochromatic Colors of #F80273
Black with #F80273
Text Example
Text Example
White with #F80273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80273; }
p { color: rgb(248,2,115); }
H1.HeaderClassName
{
color: #F80273;
}
.AnyTagClassName
{
color: #F80273;
}
</style>
background-color css
<style>
a { background-color: #F80273; }
a { background-color: rgb(248,2,115); }
div.DivClassName
{
background-color: #F80273;
}
.BgClassName
{
background-color: #F80273;
}
</style>
border-color css
<style>
span { border-color: #F80273; }
span { border-color: rgb(248,2,115); }
td.TdClassName
{
border-color: #F80273;
}
.TagClassName
{
border-color: #F80273;
}
</style>