Shades of Razzmatazz #F91861
Tints of Razzmatazz #F91861
RGB
CMYK
RGB Variations
Color information
#F91861 (or 0xF91861) is known color: Razzmatazz. HEX triplet: F9, 18 and 61. RGB value is (249,24,97). Sum of RGB (Red+Green+Blue) = 249+24+97=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F91861 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91861 is #06E79E. Grayscale: #636363. Windows color (decimal): -452511 or 6363385. OLE color: 6363385.
HSL color Cylindrical-coordinate representation of color #F91861: hue angle of 340.53º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91861 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 97 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.02 |
| HSL | 340.53º | 0.95% | 0.54% | - |
| HSV(B) | 340.53º | 0.9% | 0.98% | - |
| XYZ | 41.55 | 21.66 | 13.3 | - |
| YUV | 99.6 | 126.54 | 234.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 97 | 0 | 0.90 | 0.61 | 0.02 | 340.53 | 0.95 | 0.54 |
| Hex | F9 | 18 | 61 | 0 | 5A | 3D | 2 | 155 | 5F | 36 |
| Octal | 371 | 30 | 141 | 0 | 132 | 75 | 2 | 525 | 137 | 66 |
| Binary | 11111001 | 11000 | 1100001 | 0 | 1011010 | 111101 | 10 | 101010101 | 1011111 | 110110 |
Color Harmonies of #F91861
Complementary color
Monochromatic Colors of #F91861
Black with #F91861
Text Example
Text Example
White with #F91861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91861; }
p { color: rgb(249,24,97); }
H1.HeaderClassName
{
color: #F91861;
}
.AnyTagClassName
{
color: #F91861;
}
</style>
background-color css
<style>
a { background-color: #F91861; }
a { background-color: rgb(249,24,97); }
div.DivClassName
{
background-color: #F91861;
}
.BgClassName
{
background-color: #F91861;
}
</style>
border-color css
<style>
span { border-color: #F91861; }
span { border-color: rgb(249,24,97); }
td.TdClassName
{
border-color: #F91861;
}
.TagClassName
{
border-color: #F91861;
}
</style>