Shades of Razzmatazz #F80375
Tints of Razzmatazz #F80375
RGB
CMYK
RGB Variations
Color information
#F80375 (or 0xF80375) is known color: Razzmatazz. HEX triplet: F8, 03 and 75. RGB value is (248,3,117). Sum of RGB (Red+Green+Blue) = 248+3+117=368 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.39% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 248 - color contains mainly: red. Hex color #F80375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80375 is #07FC8A. Grayscale: #595959. Windows color (decimal): -523403 or 7668728. OLE color: 7668728.
HSL color Cylindrical-coordinate representation of color #F80375: hue angle of 332.08º 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 #F80375 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 117 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.03 |
| HSL | 332.08º | 0.98% | 0.49% | - |
| HSV(B) | 332.08º | 0.99% | 0.97% | - |
| XYZ | 41.95 | 21.31 | 18.73 | - |
| YUV | 89.25 | 143.67 | 241.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 117 | 0 | 0.99 | 0.53 | 0.03 | 332.08 | 0.98 | 0.49 |
| Hex | F8 | 3 | 75 | 0 | 63 | 35 | 3 | 14C | 62 | 31 |
| Octal | 370 | 3 | 165 | 0 | 143 | 65 | 3 | 514 | 142 | 61 |
| Binary | 11111000 | 11 | 1110101 | 0 | 1100011 | 110101 | 11 | 101001100 | 1100010 | 110001 |
Color Harmonies of #F80375
Complementary color
Monochromatic Colors of #F80375
Black with #F80375
Text Example
Text Example
White with #F80375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80375; }
p { color: rgb(248,3,117); }
H1.HeaderClassName
{
color: #F80375;
}
.AnyTagClassName
{
color: #F80375;
}
</style>
background-color css
<style>
a { background-color: #F80375; }
a { background-color: rgb(248,3,117); }
div.DivClassName
{
background-color: #F80375;
}
.BgClassName
{
background-color: #F80375;
}
</style>
border-color css
<style>
span { border-color: #F80375; }
span { border-color: rgb(248,3,117); }
td.TdClassName
{
border-color: #F80375;
}
.TagClassName
{
border-color: #F80375;
}
</style>