Shades of Razzmatazz #F7195C
Tints of Razzmatazz #F7195C
RGB
CMYK
RGB Variations
Color information
#F7195C (or 0xF7195C) is known color: Razzmatazz. HEX triplet: F7, 19 and 5C. RGB value is (247,25,92). Sum of RGB (Red+Green+Blue) = 247+25+92=364 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.86% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 247 - color contains mainly: red. Hex color #F7195C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7195C is #08E6A3. Grayscale: #626262. Windows color (decimal): -583332 or 6035959. OLE color: 6035959.
HSL color Cylindrical-coordinate representation of color #F7195C: hue angle of 341.89º 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 #F7195C is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 92 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.03 |
| HSL | 341.89º | 0.93% | 0.53% | - |
| HSV(B) | 341.89º | 0.9% | 0.97% | - |
| XYZ | 40.64 | 21.24 | 12.08 | - |
| YUV | 99.02 | 124.05 | 233.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 92 | 0 | 0.90 | 0.63 | 0.03 | 341.89 | 0.93 | 0.53 |
| Hex | F7 | 19 | 5C | 0 | 5A | 3F | 3 | 156 | 5D | 35 |
| Octal | 367 | 31 | 134 | 0 | 132 | 77 | 3 | 526 | 135 | 65 |
| Binary | 11110111 | 11001 | 1011100 | 0 | 1011010 | 111111 | 11 | 101010110 | 1011101 | 110101 |
Color Harmonies of #F7195C
Complementary color
Monochromatic Colors of #F7195C
Black with #F7195C
Text Example
Text Example
White with #F7195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7195C; }
p { color: rgb(247,25,92); }
H1.HeaderClassName
{
color: #F7195C;
}
.AnyTagClassName
{
color: #F7195C;
}
</style>
background-color css
<style>
a { background-color: #F7195C; }
a { background-color: rgb(247,25,92); }
div.DivClassName
{
background-color: #F7195C;
}
.BgClassName
{
background-color: #F7195C;
}
</style>
border-color css
<style>
span { border-color: #F7195C; }
span { border-color: rgb(247,25,92); }
td.TdClassName
{
border-color: #F7195C;
}
.TagClassName
{
border-color: #F7195C;
}
</style>