Shades of Razzmatazz #F00752
Tints of Razzmatazz #F00752
RGB
CMYK
RGB Variations
Color information
#F00752 (or 0xF00752) is known color: Razzmatazz. HEX triplet: F0, 07 and 52. RGB value is (240,7,82). Sum of RGB (Red+Green+Blue) = 240+7+82=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F00752 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00752 is #0FF8AD. Grayscale: #555555. Windows color (decimal): -1046702 or 5375984. OLE color: 5375984.
HSL color Cylindrical-coordinate representation of color #F00752: hue angle of 340.69º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F00752 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 82 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.06 |
| HSL | 340.69º | 0.94% | 0.48% | - |
| HSV(B) | 340.69º | 0.97% | 0.94% | - |
| XYZ | 37.53 | 19.29 | 9.73 | - |
| YUV | 85.22 | 126.19 | 238.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 82 | 0 | 0.97 | 0.66 | 0.06 | 340.69 | 0.94 | 0.48 |
| Hex | F0 | 7 | 52 | 0 | 61 | 42 | 6 | 155 | 5E | 30 |
| Octal | 360 | 7 | 122 | 0 | 141 | 102 | 6 | 525 | 136 | 60 |
| Binary | 11110000 | 111 | 1010010 | 0 | 1100001 | 1000010 | 110 | 101010101 | 1011110 | 110000 |
Color Harmonies of #F00752
Complementary color
Monochromatic Colors of #F00752
Black with #F00752
Text Example
Text Example
White with #F00752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00752; }
p { color: rgb(240,7,82); }
H1.HeaderClassName
{
color: #F00752;
}
.AnyTagClassName
{
color: #F00752;
}
</style>
background-color css
<style>
a { background-color: #F00752; }
a { background-color: rgb(240,7,82); }
div.DivClassName
{
background-color: #F00752;
}
.BgClassName
{
background-color: #F00752;
}
</style>
border-color css
<style>
span { border-color: #F00752; }
span { border-color: rgb(240,7,82); }
td.TdClassName
{
border-color: #F00752;
}
.TagClassName
{
border-color: #F00752;
}
</style>