Shades of Razzmatazz #F10352
Tints of Razzmatazz #F10352
RGB
CMYK
RGB Variations
Color information
#F10352 (or 0xF10352) is known color: Razzmatazz. HEX triplet: F1, 03 and 52. RGB value is (241,3,82). Sum of RGB (Red+Green+Blue) = 241+3+82=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F10352 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10352 is #0EFCAD. Grayscale: #535353. Windows color (decimal): -982190 or 5374961. OLE color: 5374961.
HSL color Cylindrical-coordinate representation of color #F10352: hue angle of 340.08º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F10352 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 82 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.05 |
| HSL | 340.08º | 0.98% | 0.48% | - |
| HSV(B) | 340.08º | 0.99% | 0.95% | - |
| XYZ | 37.83 | 19.38 | 9.73 | - |
| YUV | 83.17 | 127.35 | 240.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 82 | 0 | 0.99 | 0.66 | 0.05 | 340.08 | 0.98 | 0.48 |
| Hex | F1 | 3 | 52 | 0 | 63 | 42 | 5 | 154 | 62 | 30 |
| Octal | 361 | 3 | 122 | 0 | 143 | 102 | 5 | 524 | 142 | 60 |
| Binary | 11110001 | 11 | 1010010 | 0 | 1100011 | 1000010 | 101 | 101010100 | 1100010 | 110000 |
Color Harmonies of #F10352
Complementary color
Monochromatic Colors of #F10352
Black with #F10352
Text Example
Text Example
White with #F10352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10352; }
p { color: rgb(241,3,82); }
H1.HeaderClassName
{
color: #F10352;
}
.AnyTagClassName
{
color: #F10352;
}
</style>
background-color css
<style>
a { background-color: #F10352; }
a { background-color: rgb(241,3,82); }
div.DivClassName
{
background-color: #F10352;
}
.BgClassName
{
background-color: #F10352;
}
</style>
border-color css
<style>
span { border-color: #F10352; }
span { border-color: rgb(241,3,82); }
td.TdClassName
{
border-color: #F10352;
}
.TagClassName
{
border-color: #F10352;
}
</style>