Shades of Razzmatazz #F9195D
Tints of Razzmatazz #F9195D
RGB
CMYK
RGB Variations
Color information
#F9195D (or 0xF9195D) is known color: Razzmatazz. HEX triplet: F9, 19 and 5D. RGB value is (249,25,93). Sum of RGB (Red+Green+Blue) = 249+25+93=367 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.85% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 249 - color contains mainly: red. Hex color #F9195D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9195D is #06E6A2. Grayscale: #636363. Windows color (decimal): -452259 or 6101497. OLE color: 6101497.
HSL color Cylindrical-coordinate representation of color #F9195D: hue angle of 341.79º 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 #F9195D is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 93 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.02 |
| HSL | 341.79º | 0.95% | 0.54% | - |
| HSV(B) | 341.79º | 0.9% | 0.98% | - |
| XYZ | 41.39 | 21.63 | 12.35 | - |
| YUV | 99.73 | 124.21 | 234.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 93 | 0 | 0.90 | 0.63 | 0.02 | 341.79 | 0.95 | 0.54 |
| Hex | F9 | 19 | 5D | 0 | 5A | 3F | 2 | 156 | 5F | 36 |
| Octal | 371 | 31 | 135 | 0 | 132 | 77 | 2 | 526 | 137 | 66 |
| Binary | 11111001 | 11001 | 1011101 | 0 | 1011010 | 111111 | 10 | 101010110 | 1011111 | 110110 |
Color Harmonies of #F9195D
Complementary color
Monochromatic Colors of #F9195D
Black with #F9195D
Text Example
Text Example
White with #F9195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9195D; }
p { color: rgb(249,25,93); }
H1.HeaderClassName
{
color: #F9195D;
}
.AnyTagClassName
{
color: #F9195D;
}
</style>
background-color css
<style>
a { background-color: #F9195D; }
a { background-color: rgb(249,25,93); }
div.DivClassName
{
background-color: #F9195D;
}
.BgClassName
{
background-color: #F9195D;
}
</style>
border-color css
<style>
span { border-color: #F9195D; }
span { border-color: rgb(249,25,93); }
td.TdClassName
{
border-color: #F9195D;
}
.TagClassName
{
border-color: #F9195D;
}
</style>