Shades of Razzmatazz #F10552
Tints of Razzmatazz #F10552
RGB
CMYK
RGB Variations
Color information
#F10552 (or 0xF10552) is known color: Razzmatazz. HEX triplet: F1, 05 and 52. RGB value is (241,5,82). Sum of RGB (Red+Green+Blue) = 241+5+82=328 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.48% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 241 - color contains mainly: red. Hex color #F10552 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10552 is #0EFAAD. Grayscale: #545454. Windows color (decimal): -981678 or 5375473. OLE color: 5375473.
HSL color Cylindrical-coordinate representation of color #F10552: hue angle of 340.42º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F10552 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 82 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.05 |
| HSL | 340.42º | 0.96% | 0.48% | - |
| HSV(B) | 340.42º | 0.98% | 0.95% | - |
| XYZ | 37.85 | 19.42 | 9.74 | - |
| YUV | 84.34 | 126.69 | 239.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 82 | 0 | 0.98 | 0.66 | 0.05 | 340.42 | 0.96 | 0.48 |
| Hex | F1 | 5 | 52 | 0 | 62 | 42 | 5 | 154 | 60 | 30 |
| Octal | 361 | 5 | 122 | 0 | 142 | 102 | 5 | 524 | 140 | 60 |
| Binary | 11110001 | 101 | 1010010 | 0 | 1100010 | 1000010 | 101 | 101010100 | 1100000 | 110000 |
Color Harmonies of #F10552
Complementary color
Monochromatic Colors of #F10552
Black with #F10552
Text Example
Text Example
White with #F10552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10552; }
p { color: rgb(241,5,82); }
H1.HeaderClassName
{
color: #F10552;
}
.AnyTagClassName
{
color: #F10552;
}
</style>
background-color css
<style>
a { background-color: #F10552; }
a { background-color: rgb(241,5,82); }
div.DivClassName
{
background-color: #F10552;
}
.BgClassName
{
background-color: #F10552;
}
</style>
border-color css
<style>
span { border-color: #F10552; }
span { border-color: rgb(241,5,82); }
td.TdClassName
{
border-color: #F10552;
}
.TagClassName
{
border-color: #F10552;
}
</style>