Shades of Razzmatazz #F80250
Tints of Razzmatazz #F80250
RGB
CMYK
RGB Variations
Color information
#F80250 (or 0xF80250) is known color: Razzmatazz. HEX triplet: F8, 02 and 50. RGB value is (248,2,80). Sum of RGB (Red+Green+Blue) = 248+2+80=330 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.15% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 248 - color contains mainly: red. Hex color #F80250 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80250 is #07FDAF. Grayscale: #545454. Windows color (decimal): -523696 or 5243640. OLE color: 5243640.
HSL color Cylindrical-coordinate representation of color #F80250: hue angle of 340.98º 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 #F80250 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 80 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.03 |
| HSL | 340.98º | 0.98% | 0.49% | - |
| HSV(B) | 340.98º | 0.99% | 0.97% | - |
| XYZ | 40.18 | 20.58 | 9.44 | - |
| YUV | 84.45 | 125.5 | 244.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 80 | 0 | 0.99 | 0.68 | 0.03 | 340.98 | 0.98 | 0.49 |
| Hex | F8 | 2 | 50 | 0 | 63 | 44 | 3 | 155 | 62 | 31 |
| Octal | 370 | 2 | 120 | 0 | 143 | 104 | 3 | 525 | 142 | 61 |
| Binary | 11111000 | 10 | 1010000 | 0 | 1100011 | 1000100 | 11 | 101010101 | 1100010 | 110001 |
Color Harmonies of #F80250
Complementary color
Monochromatic Colors of #F80250
Black with #F80250
Text Example
Text Example
White with #F80250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80250; }
p { color: rgb(248,2,80); }
H1.HeaderClassName
{
color: #F80250;
}
.AnyTagClassName
{
color: #F80250;
}
</style>
background-color css
<style>
a { background-color: #F80250; }
a { background-color: rgb(248,2,80); }
div.DivClassName
{
background-color: #F80250;
}
.BgClassName
{
background-color: #F80250;
}
</style>
border-color css
<style>
span { border-color: #F80250; }
span { border-color: rgb(248,2,80); }
td.TdClassName
{
border-color: #F80250;
}
.TagClassName
{
border-color: #F80250;
}
</style>