Shades of Razzmatazz #F9185C
Tints of Razzmatazz #F9185C
RGB
CMYK
RGB Variations
Color information
#F9185C (or 0xF9185C) is known color: Razzmatazz. HEX triplet: F9, 18 and 5C. RGB value is (249,24,92). Sum of RGB (Red+Green+Blue) = 249+24+92=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F9185C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9185C is #06E7A3. Grayscale: #626262. Windows color (decimal): -452516 or 6035705. OLE color: 6035705.
HSL color Cylindrical-coordinate representation of color #F9185C: hue angle of 341.87º 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 #F9185C is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 92 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.02 |
| HSL | 341.87º | 0.95% | 0.54% | - |
| HSV(B) | 341.87º | 0.9% | 0.98% | - |
| XYZ | 41.33 | 21.57 | 12.11 | - |
| YUV | 99.03 | 124.04 | 234.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 92 | 0 | 0.90 | 0.63 | 0.02 | 341.87 | 0.95 | 0.54 |
| Hex | F9 | 18 | 5C | 0 | 5A | 3F | 2 | 156 | 5F | 36 |
| Octal | 371 | 30 | 134 | 0 | 132 | 77 | 2 | 526 | 137 | 66 |
| Binary | 11111001 | 11000 | 1011100 | 0 | 1011010 | 111111 | 10 | 101010110 | 1011111 | 110110 |
Color Harmonies of #F9185C
Complementary color
Monochromatic Colors of #F9185C
Black with #F9185C
Text Example
Text Example
White with #F9185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9185C; }
p { color: rgb(249,24,92); }
H1.HeaderClassName
{
color: #F9185C;
}
.AnyTagClassName
{
color: #F9185C;
}
</style>
background-color css
<style>
a { background-color: #F9185C; }
a { background-color: rgb(249,24,92); }
div.DivClassName
{
background-color: #F9185C;
}
.BgClassName
{
background-color: #F9185C;
}
</style>
border-color css
<style>
span { border-color: #F9185C; }
span { border-color: rgb(249,24,92); }
td.TdClassName
{
border-color: #F9185C;
}
.TagClassName
{
border-color: #F9185C;
}
</style>