Shades of Razzmatazz #F61558
Tints of Razzmatazz #F61558
RGB
CMYK
RGB Variations
Color information
#F61558 (or 0xF61558) is known color: Razzmatazz. HEX triplet: F6, 15 and 58. RGB value is (246,21,88). Sum of RGB (Red+Green+Blue) = 246+21+88=355 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.30% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 246 - color contains mainly: red. Hex color #F61558 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61558 is #09EAA7. Grayscale: #5F5F5F. Windows color (decimal): -649896 or 5772790. OLE color: 5772790.
HSL color Cylindrical-coordinate representation of color #F61558: hue angle of 342.13º 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 #F61558 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 88 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.04 |
| HSL | 342.13º | 0.93% | 0.52% | - |
| HSV(B) | 342.13º | 0.91% | 0.96% | - |
| XYZ | 40.04 | 20.83 | 11.14 | - |
| YUV | 95.91 | 123.54 | 235.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 88 | 0 | 0.91 | 0.64 | 0.04 | 342.13 | 0.93 | 0.52 |
| Hex | F6 | 15 | 58 | 0 | 5B | 40 | 4 | 156 | 5D | 34 |
| Octal | 366 | 25 | 130 | 0 | 133 | 100 | 4 | 526 | 135 | 64 |
| Binary | 11110110 | 10101 | 1011000 | 0 | 1011011 | 1000000 | 100 | 101010110 | 1011101 | 110100 |
Color Harmonies of #F61558
Complementary color
Monochromatic Colors of #F61558
Black with #F61558
Text Example
Text Example
White with #F61558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61558; }
p { color: rgb(246,21,88); }
H1.HeaderClassName
{
color: #F61558;
}
.AnyTagClassName
{
color: #F61558;
}
</style>
background-color css
<style>
a { background-color: #F61558; }
a { background-color: rgb(246,21,88); }
div.DivClassName
{
background-color: #F61558;
}
.BgClassName
{
background-color: #F61558;
}
</style>
border-color css
<style>
span { border-color: #F61558; }
span { border-color: rgb(246,21,88); }
td.TdClassName
{
border-color: #F61558;
}
.TagClassName
{
border-color: #F61558;
}
</style>