Shades of Razzmatazz #F61355
Tints of Razzmatazz #F61355
RGB
CMYK
RGB Variations
Color information
#F61355 (or 0xF61355) is known color: Razzmatazz. HEX triplet: F6, 13 and 55. RGB value is (246,19,85). Sum of RGB (Red+Green+Blue) = 246+19+85=350 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.29% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 246 - color contains mainly: red. Hex color #F61355 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61355 is #09ECAA. Grayscale: #5E5E5E. Windows color (decimal): -650411 or 5575670. OLE color: 5575670.
HSL color Cylindrical-coordinate representation of color #F61355: hue angle of 342.56º 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 #F61355 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 85 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.04 |
| HSL | 342.56º | 0.93% | 0.52% | - |
| HSV(B) | 342.56º | 0.92% | 0.96% | - |
| XYZ | 39.88 | 20.71 | 10.49 | - |
| YUV | 94.4 | 122.71 | 236.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 85 | 0 | 0.92 | 0.65 | 0.04 | 342.56 | 0.93 | 0.52 |
| Hex | F6 | 13 | 55 | 0 | 5C | 41 | 4 | 157 | 5D | 34 |
| Octal | 366 | 23 | 125 | 0 | 134 | 101 | 4 | 527 | 135 | 64 |
| Binary | 11110110 | 10011 | 1010101 | 0 | 1011100 | 1000001 | 100 | 101010111 | 1011101 | 110100 |
Color Harmonies of #F61355
Complementary color
Monochromatic Colors of #F61355
Black with #F61355
Text Example
Text Example
White with #F61355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61355; }
p { color: rgb(246,19,85); }
H1.HeaderClassName
{
color: #F61355;
}
.AnyTagClassName
{
color: #F61355;
}
</style>
background-color css
<style>
a { background-color: #F61355; }
a { background-color: rgb(246,19,85); }
div.DivClassName
{
background-color: #F61355;
}
.BgClassName
{
background-color: #F61355;
}
</style>
border-color css
<style>
span { border-color: #F61355; }
span { border-color: rgb(246,19,85); }
td.TdClassName
{
border-color: #F61355;
}
.TagClassName
{
border-color: #F61355;
}
</style>