Shades of Razzmatazz #F9185E
Tints of Razzmatazz #F9185E
RGB
CMYK
RGB Variations
Color information
#F9185E (or 0xF9185E) is known color: Razzmatazz. HEX triplet: F9, 18 and 5E. RGB value is (249,24,94). Sum of RGB (Red+Green+Blue) = 249+24+94=367 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.85% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 249 - color contains mainly: red. Hex color #F9185E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9185E is #06E7A1. Grayscale: #636363. Windows color (decimal): -452514 or 6166777. OLE color: 6166777.
HSL color Cylindrical-coordinate representation of color #F9185E: hue angle of 341.33º 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 #F9185E is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 94 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.02 |
| HSL | 341.33º | 0.95% | 0.54% | - |
| HSV(B) | 341.33º | 0.9% | 0.98% | - |
| XYZ | 41.41 | 21.6 | 12.58 | - |
| YUV | 99.26 | 125.04 | 234.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 94 | 0 | 0.90 | 0.62 | 0.02 | 341.33 | 0.95 | 0.54 |
| Hex | F9 | 18 | 5E | 0 | 5A | 3E | 2 | 155 | 5F | 36 |
| Octal | 371 | 30 | 136 | 0 | 132 | 76 | 2 | 525 | 137 | 66 |
| Binary | 11111001 | 11000 | 1011110 | 0 | 1011010 | 111110 | 10 | 101010101 | 1011111 | 110110 |
Color Harmonies of #F9185E
Complementary color
Monochromatic Colors of #F9185E
Black with #F9185E
Text Example
Text Example
White with #F9185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9185E; }
p { color: rgb(249,24,94); }
H1.HeaderClassName
{
color: #F9185E;
}
.AnyTagClassName
{
color: #F9185E;
}
</style>
background-color css
<style>
a { background-color: #F9185E; }
a { background-color: rgb(249,24,94); }
div.DivClassName
{
background-color: #F9185E;
}
.BgClassName
{
background-color: #F9185E;
}
</style>
border-color css
<style>
span { border-color: #F9185E; }
span { border-color: rgb(249,24,94); }
td.TdClassName
{
border-color: #F9185E;
}
.TagClassName
{
border-color: #F9185E;
}
</style>