Shades of Razzmatazz #F91065
Tints of Razzmatazz #F91065
RGB
CMYK
RGB Variations
Color information
#F91065 (or 0xF91065) is known color: Razzmatazz. HEX triplet: F9, 10 and 65. RGB value is (249,16,101). Sum of RGB (Red+Green+Blue) = 249+16+101=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F91065 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91065 is #06EF9A. Grayscale: #5F5F5F. Windows color (decimal): -454555 or 6623481. OLE color: 6623481.
HSL color Cylindrical-coordinate representation of color #F91065: hue angle of 338.11º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F91065 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 101 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.02 |
| HSL | 338.11º | 0.95% | 0.52% | - |
| HSV(B) | 338.11º | 0.94% | 0.98% | - |
| XYZ | 41.6 | 21.45 | 14.26 | - |
| YUV | 95.36 | 131.19 | 237.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 101 | 0 | 0.94 | 0.59 | 0.02 | 338.11 | 0.95 | 0.52 |
| Hex | F9 | 10 | 65 | 0 | 5E | 3B | 2 | 152 | 5F | 34 |
| Octal | 371 | 20 | 145 | 0 | 136 | 73 | 2 | 522 | 137 | 64 |
| Binary | 11111001 | 10000 | 1100101 | 0 | 1011110 | 111011 | 10 | 101010010 | 1011111 | 110100 |
Color Harmonies of #F91065
Complementary color
Monochromatic Colors of #F91065
Black with #F91065
Text Example
Text Example
White with #F91065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91065; }
p { color: rgb(249,16,101); }
H1.HeaderClassName
{
color: #F91065;
}
.AnyTagClassName
{
color: #F91065;
}
</style>
background-color css
<style>
a { background-color: #F91065; }
a { background-color: rgb(249,16,101); }
div.DivClassName
{
background-color: #F91065;
}
.BgClassName
{
background-color: #F91065;
}
</style>
border-color css
<style>
span { border-color: #F91065; }
span { border-color: rgb(249,16,101); }
td.TdClassName
{
border-color: #F91065;
}
.TagClassName
{
border-color: #F91065;
}
</style>