Shades of Razzmatazz #F10551
Tints of Razzmatazz #F10551
RGB
CMYK
RGB Variations
Color information
#F10551 (or 0xF10551) is known color: Razzmatazz. HEX triplet: F1, 05 and 51. RGB value is (241,5,81). Sum of RGB (Red+Green+Blue) = 241+5+81=327 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.70% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 241 - color contains mainly: red. Hex color #F10551 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10551 is #0EFAAE. Grayscale: #545454. Windows color (decimal): -981679 or 5309937. OLE color: 5309937.
HSL color Cylindrical-coordinate representation of color #F10551: hue angle of 340.68º 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 #F10551 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 81 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.05 |
| HSL | 340.68º | 0.96% | 0.48% | - |
| HSV(B) | 340.68º | 0.98% | 0.95% | - |
| XYZ | 37.82 | 19.4 | 9.54 | - |
| YUV | 84.23 | 126.19 | 239.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 81 | 0 | 0.98 | 0.66 | 0.05 | 340.68 | 0.96 | 0.48 |
| Hex | F1 | 5 | 51 | 0 | 62 | 42 | 5 | 155 | 60 | 30 |
| Octal | 361 | 5 | 121 | 0 | 142 | 102 | 5 | 525 | 140 | 60 |
| Binary | 11110001 | 101 | 1010001 | 0 | 1100010 | 1000010 | 101 | 101010101 | 1100000 | 110000 |
Color Harmonies of #F10551
Complementary color
Monochromatic Colors of #F10551
Black with #F10551
Text Example
Text Example
White with #F10551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10551; }
p { color: rgb(241,5,81); }
H1.HeaderClassName
{
color: #F10551;
}
.AnyTagClassName
{
color: #F10551;
}
</style>
background-color css
<style>
a { background-color: #F10551; }
a { background-color: rgb(241,5,81); }
div.DivClassName
{
background-color: #F10551;
}
.BgClassName
{
background-color: #F10551;
}
</style>
border-color css
<style>
span { border-color: #F10551; }
span { border-color: rgb(241,5,81); }
td.TdClassName
{
border-color: #F10551;
}
.TagClassName
{
border-color: #F10551;
}
</style>