Shades of Razzmatazz #F61463
Tints of Razzmatazz #F61463
RGB
CMYK
RGB Variations
Color information
#F61463 (or 0xF61463) is known color: Razzmatazz. HEX triplet: F6, 14 and 63. RGB value is (246,20,99). Sum of RGB (Red+Green+Blue) = 246+20+99=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F61463 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61463 is #09EB9C. Grayscale: #606060. Windows color (decimal): -650141 or 6493430. OLE color: 6493430.
HSL color Cylindrical-coordinate representation of color #F61463: hue angle of 339.03º 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 #F61463 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 99 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.04 |
| HSL | 339.03º | 0.93% | 0.52% | - |
| HSV(B) | 339.03º | 0.92% | 0.96% | - |
| XYZ | 40.51 | 20.99 | 13.72 | - |
| YUV | 96.58 | 129.37 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 99 | 0 | 0.92 | 0.60 | 0.04 | 339.03 | 0.93 | 0.52 |
| Hex | F6 | 14 | 63 | 0 | 5C | 3C | 4 | 153 | 5D | 34 |
| Octal | 366 | 24 | 143 | 0 | 134 | 74 | 4 | 523 | 135 | 64 |
| Binary | 11110110 | 10100 | 1100011 | 0 | 1011100 | 111100 | 100 | 101010011 | 1011101 | 110100 |
Color Harmonies of #F61463
Complementary color
Monochromatic Colors of #F61463
Black with #F61463
Text Example
Text Example
White with #F61463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61463; }
p { color: rgb(246,20,99); }
H1.HeaderClassName
{
color: #F61463;
}
.AnyTagClassName
{
color: #F61463;
}
</style>
background-color css
<style>
a { background-color: #F61463; }
a { background-color: rgb(246,20,99); }
div.DivClassName
{
background-color: #F61463;
}
.BgClassName
{
background-color: #F61463;
}
</style>
border-color css
<style>
span { border-color: #F61463; }
span { border-color: rgb(246,20,99); }
td.TdClassName
{
border-color: #F61463;
}
.TagClassName
{
border-color: #F61463;
}
</style>