Shades of Razzmatazz #F10154
Tints of Razzmatazz #F10154
RGB
CMYK
RGB Variations
Color information
#F10154 (or 0xF10154) is known color: Razzmatazz. HEX triplet: F1, 01 and 54. RGB value is (241,1,84). Sum of RGB (Red+Green+Blue) = 241+1+84=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F10154 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10154 is #0EFEAB. Grayscale: #525252. Windows color (decimal): -982700 or 5505521. OLE color: 5505521.
HSL color Cylindrical-coordinate representation of color #F10154: hue angle of 339.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10154 is Cyan = 0, Magento = 1.00, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 84 | - |
| CMYK | 0 | 1.00 | 0.65 | 0.05 |
| HSL | 339.25º | 0.99% | 0.47% | - |
| HSV(B) | 339.25º | 1% | 0.95% | - |
| XYZ | 37.89 | 19.36 | 10.13 | - |
| YUV | 82.22 | 129.01 | 241.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 84 | 0 | 1.00 | 0.65 | 0.05 | 339.25 | 0.99 | 0.47 |
| Hex | F1 | 1 | 54 | 0 | 64 | 41 | 5 | 153 | 63 | 2F |
| Octal | 361 | 1 | 124 | 0 | 144 | 101 | 5 | 523 | 143 | 57 |
| Binary | 11110001 | 1 | 1010100 | 0 | 1100100 | 1000001 | 101 | 101010011 | 1100011 | 101111 |
Color Harmonies of #F10154
Complementary color
Monochromatic Colors of #F10154
Black with #F10154
Text Example
Text Example
White with #F10154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10154; }
p { color: rgb(241,1,84); }
H1.HeaderClassName
{
color: #F10154;
}
.AnyTagClassName
{
color: #F10154;
}
</style>
background-color css
<style>
a { background-color: #F10154; }
a { background-color: rgb(241,1,84); }
div.DivClassName
{
background-color: #F10154;
}
.BgClassName
{
background-color: #F10154;
}
</style>
border-color css
<style>
span { border-color: #F10154; }
span { border-color: rgb(241,1,84); }
td.TdClassName
{
border-color: #F10154;
}
.TagClassName
{
border-color: #F10154;
}
</style>