Shades of Razzmatazz #F71752
Tints of Razzmatazz #F71752
RGB
CMYK
RGB Variations
Color information
#F71752 (or 0xF71752) is known color: Razzmatazz. HEX triplet: F7, 17 and 52. RGB value is (247,23,82). Sum of RGB (Red+Green+Blue) = 247+23+82=352 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.17% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 247 - color contains mainly: red. Hex color #F71752 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71752 is #08E8AD. Grayscale: #606060. Windows color (decimal): -583854 or 5380087. OLE color: 5380087.
HSL color Cylindrical-coordinate representation of color #F71752: hue angle of 344.2º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F71752 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 23 | 82 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.03 |
| HSL | 344.2º | 0.93% | 0.53% | - |
| HSV(B) | 344.2º | 0.91% | 0.97% | - |
| XYZ | 40.19 | 21 | 9.92 | - |
| YUV | 96.7 | 119.71 | 235.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 23 | 82 | 0 | 0.91 | 0.67 | 0.03 | 344.2 | 0.93 | 0.53 |
| Hex | F7 | 17 | 52 | 0 | 5B | 43 | 3 | 158 | 5D | 35 |
| Octal | 367 | 27 | 122 | 0 | 133 | 103 | 3 | 530 | 135 | 65 |
| Binary | 11110111 | 10111 | 1010010 | 0 | 1011011 | 1000011 | 11 | 101011000 | 1011101 | 110101 |
Color Harmonies of #F71752
Complementary color
Monochromatic Colors of #F71752
Black with #F71752
Text Example
Text Example
White with #F71752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71752; }
p { color: rgb(247,23,82); }
H1.HeaderClassName
{
color: #F71752;
}
.AnyTagClassName
{
color: #F71752;
}
</style>
background-color css
<style>
a { background-color: #F71752; }
a { background-color: rgb(247,23,82); }
div.DivClassName
{
background-color: #F71752;
}
.BgClassName
{
background-color: #F71752;
}
</style>
border-color css
<style>
span { border-color: #F71752; }
span { border-color: rgb(247,23,82); }
td.TdClassName
{
border-color: #F71752;
}
.TagClassName
{
border-color: #F71752;
}
</style>