Shades of Razzmatazz #FC0752
Tints of Razzmatazz #FC0752
RGB
CMYK
RGB Variations
Color information
#FC0752 (or 0xFC0752) is known color: Razzmatazz. HEX triplet: FC, 07 and 52. RGB value is (252,7,82). Sum of RGB (Red+Green+Blue) = 252+7+82=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0752 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0752 is #03F8AD. Grayscale: #585858. Windows color (decimal): -260270 or 5375996. OLE color: 5375996.
HSL color Cylindrical-coordinate representation of color #FC0752: hue angle of 341.63º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC0752 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 82 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.01 |
| HSL | 341.63º | 0.98% | 0.51% | - |
| HSV(B) | 341.63º | 0.97% | 0.99% | - |
| XYZ | 41.74 | 21.46 | 9.92 | - |
| YUV | 88.81 | 124.17 | 244.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 82 | 0 | 0.97 | 0.67 | 0.01 | 341.63 | 0.98 | 0.51 |
| Hex | FC | 7 | 52 | 0 | 61 | 43 | 1 | 156 | 62 | 33 |
| Octal | 374 | 7 | 122 | 0 | 141 | 103 | 1 | 526 | 142 | 63 |
| Binary | 11111100 | 111 | 1010010 | 0 | 1100001 | 1000011 | 1 | 101010110 | 1100010 | 110011 |
Color Harmonies of #FC0752
Complementary color
Monochromatic Colors of #FC0752
Black with #FC0752
Text Example
Text Example
White with #FC0752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0752; }
p { color: rgb(252,7,82); }
H1.HeaderClassName
{
color: #FC0752;
}
.AnyTagClassName
{
color: #FC0752;
}
</style>
background-color css
<style>
a { background-color: #FC0752; }
a { background-color: rgb(252,7,82); }
div.DivClassName
{
background-color: #FC0752;
}
.BgClassName
{
background-color: #FC0752;
}
</style>
border-color css
<style>
span { border-color: #FC0752; }
span { border-color: rgb(252,7,82); }
td.TdClassName
{
border-color: #FC0752;
}
.TagClassName
{
border-color: #FC0752;
}
</style>