Shades of Razzmatazz #F80253
Tints of Razzmatazz #F80253
RGB
CMYK
RGB Variations
Color information
#F80253 (or 0xF80253) is known color: Razzmatazz. HEX triplet: F8, 02 and 53. RGB value is (248,2,83). Sum of RGB (Red+Green+Blue) = 248+2+83=333 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.47% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 248 - color contains mainly: red. Hex color #F80253 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80253 is #07FDAC. Grayscale: #545454. Windows color (decimal): -523693 or 5440248. OLE color: 5440248.
HSL color Cylindrical-coordinate representation of color #F80253: hue angle of 340.24º 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 #F80253 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 83 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.03 |
| HSL | 340.24º | 0.98% | 0.49% | - |
| HSV(B) | 340.24º | 0.99% | 0.97% | - |
| XYZ | 40.29 | 20.62 | 10.04 | - |
| YUV | 84.79 | 127 | 244.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 83 | 0 | 0.99 | 0.67 | 0.03 | 340.24 | 0.98 | 0.49 |
| Hex | F8 | 2 | 53 | 0 | 63 | 43 | 3 | 154 | 62 | 31 |
| Octal | 370 | 2 | 123 | 0 | 143 | 103 | 3 | 524 | 142 | 61 |
| Binary | 11111000 | 10 | 1010011 | 0 | 1100011 | 1000011 | 11 | 101010100 | 1100010 | 110001 |
Color Harmonies of #F80253
Complementary color
Monochromatic Colors of #F80253
Black with #F80253
Text Example
Text Example
White with #F80253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80253; }
p { color: rgb(248,2,83); }
H1.HeaderClassName
{
color: #F80253;
}
.AnyTagClassName
{
color: #F80253;
}
</style>
background-color css
<style>
a { background-color: #F80253; }
a { background-color: rgb(248,2,83); }
div.DivClassName
{
background-color: #F80253;
}
.BgClassName
{
background-color: #F80253;
}
</style>
border-color css
<style>
span { border-color: #F80253; }
span { border-color: rgb(248,2,83); }
td.TdClassName
{
border-color: #F80253;
}
.TagClassName
{
border-color: #F80253;
}
</style>