Shades of Razzmatazz #F61551
Tints of Razzmatazz #F61551
RGB
CMYK
RGB Variations
Color information
#F61551 (or 0xF61551) is known color: Razzmatazz. HEX triplet: F6, 15 and 51. RGB value is (246,21,81). Sum of RGB (Red+Green+Blue) = 246+21+81=348 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.69% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 246 - color contains mainly: red. Hex color #F61551 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61551 is #09EAAE. Grayscale: #5F5F5F. Windows color (decimal): -649903 or 5314038. OLE color: 5314038.
HSL color Cylindrical-coordinate representation of color #F61551: hue angle of 344º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61551 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 81 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.04 |
| HSL | 344º | 0.93% | 0.52% | - |
| HSV(B) | 344º | 0.91% | 0.96% | - |
| XYZ | 39.76 | 20.72 | 9.69 | - |
| YUV | 95.12 | 120.04 | 235.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 81 | 0 | 0.91 | 0.67 | 0.04 | 344 | 0.93 | 0.52 |
| Hex | F6 | 15 | 51 | 0 | 5B | 43 | 4 | 158 | 5D | 34 |
| Octal | 366 | 25 | 121 | 0 | 133 | 103 | 4 | 530 | 135 | 64 |
| Binary | 11110110 | 10101 | 1010001 | 0 | 1011011 | 1000011 | 100 | 101011000 | 1011101 | 110100 |
Color Harmonies of #F61551
Complementary color
Monochromatic Colors of #F61551
Black with #F61551
Text Example
Text Example
White with #F61551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61551; }
p { color: rgb(246,21,81); }
H1.HeaderClassName
{
color: #F61551;
}
.AnyTagClassName
{
color: #F61551;
}
</style>
background-color css
<style>
a { background-color: #F61551; }
a { background-color: rgb(246,21,81); }
div.DivClassName
{
background-color: #F61551;
}
.BgClassName
{
background-color: #F61551;
}
</style>
border-color css
<style>
span { border-color: #F61551; }
span { border-color: rgb(246,21,81); }
td.TdClassName
{
border-color: #F61551;
}
.TagClassName
{
border-color: #F61551;
}
</style>