Shades of Razzmatazz #F80155
Tints of Razzmatazz #F80155
RGB
CMYK
RGB Variations
Color information
#F80155 (or 0xF80155) is known color: Razzmatazz. HEX triplet: F8, 01 and 55. RGB value is (248,1,85). Sum of RGB (Red+Green+Blue) = 248+1+85=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F80155 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80155 is #07FEAA. Grayscale: #545454. Windows color (decimal): -523947 or 5571064. OLE color: 5571064.
HSL color Cylindrical-coordinate representation of color #F80155: hue angle of 339.6º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80155 is Cyan = 0, Magento = 1.00, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 85 | - |
| CMYK | 0 | 1.00 | 0.66 | 0.03 |
| HSL | 339.6º | 0.99% | 0.49% | - |
| HSV(B) | 339.6º | 1% | 0.97% | - |
| XYZ | 40.36 | 20.63 | 10.45 | - |
| YUV | 84.43 | 128.33 | 244.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 85 | 0 | 1.00 | 0.66 | 0.03 | 339.6 | 0.99 | 0.49 |
| Hex | F8 | 1 | 55 | 0 | 64 | 42 | 3 | 154 | 63 | 31 |
| Octal | 370 | 1 | 125 | 0 | 144 | 102 | 3 | 524 | 143 | 61 |
| Binary | 11111000 | 1 | 1010101 | 0 | 1100100 | 1000010 | 11 | 101010100 | 1100011 | 110001 |
Color Harmonies of #F80155
Complementary color
Monochromatic Colors of #F80155
Black with #F80155
Text Example
Text Example
White with #F80155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80155; }
p { color: rgb(248,1,85); }
H1.HeaderClassName
{
color: #F80155;
}
.AnyTagClassName
{
color: #F80155;
}
</style>
background-color css
<style>
a { background-color: #F80155; }
a { background-color: rgb(248,1,85); }
div.DivClassName
{
background-color: #F80155;
}
.BgClassName
{
background-color: #F80155;
}
</style>
border-color css
<style>
span { border-color: #F80155; }
span { border-color: rgb(248,1,85); }
td.TdClassName
{
border-color: #F80155;
}
.TagClassName
{
border-color: #F80155;
}
</style>