Shades of Razzmatazz #F7185D
Tints of Razzmatazz #F7185D
RGB
CMYK
RGB Variations
Color information
#F7185D (or 0xF7185D) is known color: Razzmatazz. HEX triplet: F7, 18 and 5D. RGB value is (247,24,93). Sum of RGB (Red+Green+Blue) = 247+24+93=364 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.86% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 247 - color contains mainly: red. Hex color #F7185D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7185D is #08E7A2. Grayscale: #626262. Windows color (decimal): -583587 or 6101239. OLE color: 6101239.
HSL color Cylindrical-coordinate representation of color #F7185D: hue angle of 341.43º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F7185D is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 93 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.03 |
| HSL | 341.44º | 0.93% | 0.53% | - |
| HSV(B) | 341.44º | 0.9% | 0.97% | - |
| XYZ | 40.66 | 21.22 | 12.31 | - |
| YUV | 98.54 | 124.88 | 233.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 93 | 0 | 0.90 | 0.62 | 0.03 | 341.44 | 0.93 | 0.53 |
| Hex | F7 | 18 | 5D | 0 | 5A | 3E | 3 | 155 | 5D | 35 |
| Octal | 367 | 30 | 135 | 0 | 132 | 76 | 3 | 525 | 135 | 65 |
| Binary | 11110111 | 11000 | 1011101 | 0 | 1011010 | 111110 | 11 | 101010101 | 1011101 | 110101 |
Color Harmonies of #F7185D
Complementary color
Monochromatic Colors of #F7185D
Black with #F7185D
Text Example
Text Example
White with #F7185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7185D; }
p { color: rgb(247,24,93); }
H1.HeaderClassName
{
color: #F7185D;
}
.AnyTagClassName
{
color: #F7185D;
}
</style>
background-color css
<style>
a { background-color: #F7185D; }
a { background-color: rgb(247,24,93); }
div.DivClassName
{
background-color: #F7185D;
}
.BgClassName
{
background-color: #F7185D;
}
</style>
border-color css
<style>
span { border-color: #F7185D; }
span { border-color: rgb(247,24,93); }
td.TdClassName
{
border-color: #F7185D;
}
.TagClassName
{
border-color: #F7185D;
}
</style>