Shades of Razzmatazz #F61454
Tints of Razzmatazz #F61454
RGB
CMYK
RGB Variations
Color information
#F61454 (or 0xF61454) is known color: Razzmatazz. HEX triplet: F6, 14 and 54. RGB value is (246,20,84). Sum of RGB (Red+Green+Blue) = 246+20+84=350 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.29% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 246 - color contains mainly: red. Hex color #F61454 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61454 is #09EBAB. Grayscale: #5E5E5E. Windows color (decimal): -650156 or 5510390. OLE color: 5510390.
HSL color Cylindrical-coordinate representation of color #F61454: hue angle of 343.01º 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 #F61454 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 84 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.04 |
| HSL | 343.01º | 0.93% | 0.52% | - |
| HSV(B) | 343.01º | 0.92% | 0.96% | - |
| XYZ | 39.86 | 20.73 | 10.29 | - |
| YUV | 94.87 | 121.87 | 235.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 84 | 0 | 0.92 | 0.66 | 0.04 | 343.01 | 0.93 | 0.52 |
| Hex | F6 | 14 | 54 | 0 | 5C | 42 | 4 | 157 | 5D | 34 |
| Octal | 366 | 24 | 124 | 0 | 134 | 102 | 4 | 527 | 135 | 64 |
| Binary | 11110110 | 10100 | 1010100 | 0 | 1011100 | 1000010 | 100 | 101010111 | 1011101 | 110100 |
Color Harmonies of #F61454
Complementary color
Monochromatic Colors of #F61454
Black with #F61454
Text Example
Text Example
White with #F61454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61454; }
p { color: rgb(246,20,84); }
H1.HeaderClassName
{
color: #F61454;
}
.AnyTagClassName
{
color: #F61454;
}
</style>
background-color css
<style>
a { background-color: #F61454; }
a { background-color: rgb(246,20,84); }
div.DivClassName
{
background-color: #F61454;
}
.BgClassName
{
background-color: #F61454;
}
</style>
border-color css
<style>
span { border-color: #F61454; }
span { border-color: rgb(246,20,84); }
td.TdClassName
{
border-color: #F61454;
}
.TagClassName
{
border-color: #F61454;
}
</style>