Shades of Razzmatazz #F91155
Tints of Razzmatazz #F91155
RGB
CMYK
RGB Variations
Color information
#F91155 (or 0xF91155) is known color: Razzmatazz. HEX triplet: F9, 11 and 55. RGB value is (249,17,85). Sum of RGB (Red+Green+Blue) = 249+17+85=351 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.94% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 249 - color contains mainly: red. Hex color #F91155 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91155 is #06EEAA. Grayscale: #5E5E5E. Windows color (decimal): -454315 or 5575161. OLE color: 5575161.
HSL color Cylindrical-coordinate representation of color #F91155: hue angle of 342.41º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F91155 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 85 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.02 |
| HSL | 342.41º | 0.95% | 0.52% | - |
| HSV(B) | 342.41º | 0.93% | 0.98% | - |
| XYZ | 40.91 | 21.2 | 10.53 | - |
| YUV | 94.12 | 122.86 | 238.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 85 | 0 | 0.93 | 0.66 | 0.02 | 342.41 | 0.95 | 0.52 |
| Hex | F9 | 11 | 55 | 0 | 5D | 42 | 2 | 156 | 5F | 34 |
| Octal | 371 | 21 | 125 | 0 | 135 | 102 | 2 | 526 | 137 | 64 |
| Binary | 11111001 | 10001 | 1010101 | 0 | 1011101 | 1000010 | 10 | 101010110 | 1011111 | 110100 |
Color Harmonies of #F91155
Complementary color
Monochromatic Colors of #F91155
Black with #F91155
Text Example
Text Example
White with #F91155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91155; }
p { color: rgb(249,17,85); }
H1.HeaderClassName
{
color: #F91155;
}
.AnyTagClassName
{
color: #F91155;
}
</style>
background-color css
<style>
a { background-color: #F91155; }
a { background-color: rgb(249,17,85); }
div.DivClassName
{
background-color: #F91155;
}
.BgClassName
{
background-color: #F91155;
}
</style>
border-color css
<style>
span { border-color: #F91155; }
span { border-color: rgb(249,17,85); }
td.TdClassName
{
border-color: #F91155;
}
.TagClassName
{
border-color: #F91155;
}
</style>