Shades of Razzmatazz #F9165D
Tints of Razzmatazz #F9165D
RGB
CMYK
RGB Variations
Color information
#F9165D (or 0xF9165D) is known color: Razzmatazz. HEX triplet: F9, 16 and 5D. RGB value is (249,22,93). Sum of RGB (Red+Green+Blue) = 249+22+93=364 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.41% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 249 - color contains mainly: red. Hex color #F9165D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9165D is #06E9A2. Grayscale: #616161. Windows color (decimal): -453027 or 6100729. OLE color: 6100729.
HSL color Cylindrical-coordinate representation of color #F9165D: hue angle of 341.23º 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 #F9165D is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 93 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.02 |
| HSL | 341.23º | 0.95% | 0.53% | - |
| HSV(B) | 341.23º | 0.91% | 0.98% | - |
| XYZ | 41.33 | 21.5 | 12.33 | - |
| YUV | 97.97 | 125.21 | 235.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 93 | 0 | 0.91 | 0.63 | 0.02 | 341.23 | 0.95 | 0.53 |
| Hex | F9 | 16 | 5D | 0 | 5B | 3F | 2 | 155 | 5F | 35 |
| Octal | 371 | 26 | 135 | 0 | 133 | 77 | 2 | 525 | 137 | 65 |
| Binary | 11111001 | 10110 | 1011101 | 0 | 1011011 | 111111 | 10 | 101010101 | 1011111 | 110101 |
Color Harmonies of #F9165D
Complementary color
Monochromatic Colors of #F9165D
Black with #F9165D
Text Example
Text Example
White with #F9165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9165D; }
p { color: rgb(249,22,93); }
H1.HeaderClassName
{
color: #F9165D;
}
.AnyTagClassName
{
color: #F9165D;
}
</style>
background-color css
<style>
a { background-color: #F9165D; }
a { background-color: rgb(249,22,93); }
div.DivClassName
{
background-color: #F9165D;
}
.BgClassName
{
background-color: #F9165D;
}
</style>
border-color css
<style>
span { border-color: #F9165D; }
span { border-color: rgb(249,22,93); }
td.TdClassName
{
border-color: #F9165D;
}
.TagClassName
{
border-color: #F9165D;
}
</style>