Shades of Razzmatazz #F61459
Tints of Razzmatazz #F61459
RGB
CMYK
RGB Variations
Color information
#F61459 (or 0xF61459) is known color: Razzmatazz. HEX triplet: F6, 14 and 59. RGB value is (246,20,89). Sum of RGB (Red+Green+Blue) = 246+20+89=355 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.30% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 246 - color contains mainly: red. Hex color #F61459 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61459 is #09EBA6. Grayscale: #5F5F5F. Windows color (decimal): -650151 or 5838070. OLE color: 5838070.
HSL color Cylindrical-coordinate representation of color #F61459: hue angle of 341.68º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F61459 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 89 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.04 |
| HSL | 341.68º | 0.93% | 0.52% | - |
| HSV(B) | 341.68º | 0.92% | 0.96% | - |
| XYZ | 40.06 | 20.81 | 11.36 | - |
| YUV | 95.44 | 124.37 | 235.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 89 | 0 | 0.92 | 0.64 | 0.04 | 341.68 | 0.93 | 0.52 |
| Hex | F6 | 14 | 59 | 0 | 5C | 40 | 4 | 156 | 5D | 34 |
| Octal | 366 | 24 | 131 | 0 | 134 | 100 | 4 | 526 | 135 | 64 |
| Binary | 11110110 | 10100 | 1011001 | 0 | 1011100 | 1000000 | 100 | 101010110 | 1011101 | 110100 |
Color Harmonies of #F61459
Complementary color
Monochromatic Colors of #F61459
Black with #F61459
Text Example
Text Example
White with #F61459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61459; }
p { color: rgb(246,20,89); }
H1.HeaderClassName
{
color: #F61459;
}
.AnyTagClassName
{
color: #F61459;
}
</style>
background-color css
<style>
a { background-color: #F61459; }
a { background-color: rgb(246,20,89); }
div.DivClassName
{
background-color: #F61459;
}
.BgClassName
{
background-color: #F61459;
}
</style>
border-color css
<style>
span { border-color: #F61459; }
span { border-color: rgb(246,20,89); }
td.TdClassName
{
border-color: #F61459;
}
.TagClassName
{
border-color: #F61459;
}
</style>