Shades of Razzmatazz #F91665
Tints of Razzmatazz #F91665
RGB
CMYK
RGB Variations
Color information
#F91665 (or 0xF91665) is known color: Razzmatazz. HEX triplet: F9, 16 and 65. RGB value is (249,22,101). Sum of RGB (Red+Green+Blue) = 249+22+101=372 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.94% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 249 - color contains mainly: red. Hex color #F91665 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91665 is #06E99A. Grayscale: #626262. Windows color (decimal): -453019 or 6625017. OLE color: 6625017.
HSL color Cylindrical-coordinate representation of color #F91665: hue angle of 339.12º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F91665 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 101 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.02 |
| HSL | 339.12º | 0.95% | 0.53% | - |
| HSV(B) | 339.12º | 0.91% | 0.98% | - |
| XYZ | 41.7 | 21.65 | 14.29 | - |
| YUV | 98.88 | 129.21 | 235.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 101 | 0 | 0.91 | 0.59 | 0.02 | 339.12 | 0.95 | 0.53 |
| Hex | F9 | 16 | 65 | 0 | 5B | 3B | 2 | 153 | 5F | 35 |
| Octal | 371 | 26 | 145 | 0 | 133 | 73 | 2 | 523 | 137 | 65 |
| Binary | 11111001 | 10110 | 1100101 | 0 | 1011011 | 111011 | 10 | 101010011 | 1011111 | 110101 |
Color Harmonies of #F91665
Complementary color
Monochromatic Colors of #F91665
Black with #F91665
Text Example
Text Example
White with #F91665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91665; }
p { color: rgb(249,22,101); }
H1.HeaderClassName
{
color: #F91665;
}
.AnyTagClassName
{
color: #F91665;
}
</style>
background-color css
<style>
a { background-color: #F91665; }
a { background-color: rgb(249,22,101); }
div.DivClassName
{
background-color: #F91665;
}
.BgClassName
{
background-color: #F91665;
}
</style>
border-color css
<style>
span { border-color: #F91665; }
span { border-color: rgb(249,22,101); }
td.TdClassName
{
border-color: #F91665;
}
.TagClassName
{
border-color: #F91665;
}
</style>