Shades of Razzmatazz #F61366
Tints of Razzmatazz #F61366
RGB
CMYK
RGB Variations
Color information
#F61366 (or 0xF61366) is known color: Razzmatazz. HEX triplet: F6, 13 and 66. RGB value is (246,19,102). Sum of RGB (Red+Green+Blue) = 246+19+102=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F61366 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61366 is #09EC99. Grayscale: #606060. Windows color (decimal): -650394 or 6689782. OLE color: 6689782.
HSL color Cylindrical-coordinate representation of color #F61366: hue angle of 338.06º 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 #F61366 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 102 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.04 |
| HSL | 338.06º | 0.93% | 0.52% | - |
| HSV(B) | 338.06º | 0.92% | 0.96% | - |
| XYZ | 40.64 | 21.02 | 14.49 | - |
| YUV | 96.34 | 131.21 | 234.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 102 | 0 | 0.92 | 0.59 | 0.04 | 338.06 | 0.93 | 0.52 |
| Hex | F6 | 13 | 66 | 0 | 5C | 3B | 4 | 152 | 5D | 34 |
| Octal | 366 | 23 | 146 | 0 | 134 | 73 | 4 | 522 | 135 | 64 |
| Binary | 11110110 | 10011 | 1100110 | 0 | 1011100 | 111011 | 100 | 101010010 | 1011101 | 110100 |
Color Harmonies of #F61366
Complementary color
Monochromatic Colors of #F61366
Black with #F61366
Text Example
Text Example
White with #F61366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61366; }
p { color: rgb(246,19,102); }
H1.HeaderClassName
{
color: #F61366;
}
.AnyTagClassName
{
color: #F61366;
}
</style>
background-color css
<style>
a { background-color: #F61366; }
a { background-color: rgb(246,19,102); }
div.DivClassName
{
background-color: #F61366;
}
.BgClassName
{
background-color: #F61366;
}
</style>
border-color css
<style>
span { border-color: #F61366; }
span { border-color: rgb(246,19,102); }
td.TdClassName
{
border-color: #F61366;
}
.TagClassName
{
border-color: #F61366;
}
</style>