Shades of Razzmatazz #F61752
Tints of Razzmatazz #F61752
RGB
CMYK
RGB Variations
Color information
#F61752 (or 0xF61752) is known color: Razzmatazz. HEX triplet: F6, 17 and 52. RGB value is (246,23,82). Sum of RGB (Red+Green+Blue) = 246+23+82=351 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.09% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 246 - color contains mainly: red. Hex color #F61752 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61752 is #09E8AD. Grayscale: #606060. Windows color (decimal): -649390 or 5380086. OLE color: 5380086.
HSL color Cylindrical-coordinate representation of color #F61752: hue angle of 344.13º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61752 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 23 | 82 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.04 |
| HSL | 344.13º | 0.93% | 0.53% | - |
| HSV(B) | 344.13º | 0.91% | 0.96% | - |
| XYZ | 39.84 | 20.81 | 9.9 | - |
| YUV | 96.4 | 119.88 | 234.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 82 | 0 | 0.91 | 0.67 | 0.04 | 344.13 | 0.93 | 0.53 |
| Hex | F6 | 17 | 52 | 0 | 5B | 43 | 4 | 158 | 5D | 35 |
| Octal | 366 | 27 | 122 | 0 | 133 | 103 | 4 | 530 | 135 | 65 |
| Binary | 11110110 | 10111 | 1010010 | 0 | 1011011 | 1000011 | 100 | 101011000 | 1011101 | 110101 |
Color Harmonies of #F61752
Complementary color
Monochromatic Colors of #F61752
Black with #F61752
Text Example
Text Example
White with #F61752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61752; }
p { color: rgb(246,23,82); }
H1.HeaderClassName
{
color: #F61752;
}
.AnyTagClassName
{
color: #F61752;
}
</style>
background-color css
<style>
a { background-color: #F61752; }
a { background-color: rgb(246,23,82); }
div.DivClassName
{
background-color: #F61752;
}
.BgClassName
{
background-color: #F61752;
}
</style>
border-color css
<style>
span { border-color: #F61752; }
span { border-color: rgb(246,23,82); }
td.TdClassName
{
border-color: #F61752;
}
.TagClassName
{
border-color: #F61752;
}
</style>