Shades of Razzmatazz #F81551
Tints of Razzmatazz #F81551
RGB
CMYK
RGB Variations
Color information
#F81551 (or 0xF81551) is known color: Razzmatazz. HEX triplet: F8, 15 and 51. RGB value is (248,21,81). Sum of RGB (Red+Green+Blue) = 248+21+81=350 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.86% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 248 - color contains mainly: red. Hex color #F81551 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81551 is #07EAAE. Grayscale: #5F5F5F. Windows color (decimal): -518831 or 5314040. OLE color: 5314040.
HSL color Cylindrical-coordinate representation of color #F81551: hue angle of 344.14º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81551 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 81 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.03 |
| HSL | 344.14º | 0.94% | 0.53% | - |
| HSV(B) | 344.14º | 0.92% | 0.97% | - |
| XYZ | 40.46 | 21.09 | 9.72 | - |
| YUV | 95.71 | 119.71 | 236.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 81 | 0 | 0.92 | 0.67 | 0.03 | 344.14 | 0.94 | 0.53 |
| Hex | F8 | 15 | 51 | 0 | 5C | 43 | 3 | 158 | 5E | 35 |
| Octal | 370 | 25 | 121 | 0 | 134 | 103 | 3 | 530 | 136 | 65 |
| Binary | 11111000 | 10101 | 1010001 | 0 | 1011100 | 1000011 | 11 | 101011000 | 1011110 | 110101 |
Color Harmonies of #F81551
Complementary color
Monochromatic Colors of #F81551
Black with #F81551
Text Example
Text Example
White with #F81551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81551; }
p { color: rgb(248,21,81); }
H1.HeaderClassName
{
color: #F81551;
}
.AnyTagClassName
{
color: #F81551;
}
</style>
background-color css
<style>
a { background-color: #F81551; }
a { background-color: rgb(248,21,81); }
div.DivClassName
{
background-color: #F81551;
}
.BgClassName
{
background-color: #F81551;
}
</style>
border-color css
<style>
span { border-color: #F81551; }
span { border-color: rgb(248,21,81); }
td.TdClassName
{
border-color: #F81551;
}
.TagClassName
{
border-color: #F81551;
}
</style>