Shades of Razzmatazz #F8195D
Tints of Razzmatazz #F8195D
RGB
CMYK
RGB Variations
Color information
#F8195D (or 0xF8195D) is known color: Razzmatazz. HEX triplet: F8, 19 and 5D. RGB value is (248,25,93). Sum of RGB (Red+Green+Blue) = 248+25+93=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F8195D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8195D is #07E6A2. Grayscale: #636363. Windows color (decimal): -517795 or 6101496. OLE color: 6101496.
HSL color Cylindrical-coordinate representation of color #F8195D: hue angle of 341.7º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8195D is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 93 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.03 |
| HSL | 341.7º | 0.94% | 0.54% | - |
| HSV(B) | 341.7º | 0.9% | 0.97% | - |
| XYZ | 41.03 | 21.44 | 12.33 | - |
| YUV | 99.43 | 124.38 | 233.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 93 | 0 | 0.90 | 0.62 | 0.03 | 341.7 | 0.94 | 0.54 |
| Hex | F8 | 19 | 5D | 0 | 5A | 3E | 3 | 156 | 5E | 36 |
| Octal | 370 | 31 | 135 | 0 | 132 | 76 | 3 | 526 | 136 | 66 |
| Binary | 11111000 | 11001 | 1011101 | 0 | 1011010 | 111110 | 11 | 101010110 | 1011110 | 110110 |
Color Harmonies of #F8195D
Complementary color
Monochromatic Colors of #F8195D
Black with #F8195D
Text Example
Text Example
White with #F8195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8195D; }
p { color: rgb(248,25,93); }
H1.HeaderClassName
{
color: #F8195D;
}
.AnyTagClassName
{
color: #F8195D;
}
</style>
background-color css
<style>
a { background-color: #F8195D; }
a { background-color: rgb(248,25,93); }
div.DivClassName
{
background-color: #F8195D;
}
.BgClassName
{
background-color: #F8195D;
}
</style>
border-color css
<style>
span { border-color: #F8195D; }
span { border-color: rgb(248,25,93); }
td.TdClassName
{
border-color: #F8195D;
}
.TagClassName
{
border-color: #F8195D;
}
</style>