Shades of Razzmatazz #F8175C
Tints of Razzmatazz #F8175C
RGB
CMYK
RGB Variations
Color information
#F8175C (or 0xF8175C) is known color: Razzmatazz. HEX triplet: F8, 17 and 5C. RGB value is (248,23,92). Sum of RGB (Red+Green+Blue) = 248+23+92=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F8175C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8175C is #07E8A3. Grayscale: #626262. Windows color (decimal): -518308 or 6035448. OLE color: 6035448.
HSL color Cylindrical-coordinate representation of color #F8175C: hue angle of 341.6º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F8175C is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 92 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.03 |
| HSL | 341.6º | 0.94% | 0.53% | - |
| HSV(B) | 341.6º | 0.91% | 0.97% | - |
| XYZ | 40.95 | 21.34 | 12.09 | - |
| YUV | 98.14 | 124.54 | 234.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 92 | 0 | 0.91 | 0.63 | 0.03 | 341.6 | 0.94 | 0.53 |
| Hex | F8 | 17 | 5C | 0 | 5B | 3F | 3 | 156 | 5E | 35 |
| Octal | 370 | 27 | 134 | 0 | 133 | 77 | 3 | 526 | 136 | 65 |
| Binary | 11111000 | 10111 | 1011100 | 0 | 1011011 | 111111 | 11 | 101010110 | 1011110 | 110101 |
Color Harmonies of #F8175C
Complementary color
Monochromatic Colors of #F8175C
Black with #F8175C
Text Example
Text Example
White with #F8175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8175C; }
p { color: rgb(248,23,92); }
H1.HeaderClassName
{
color: #F8175C;
}
.AnyTagClassName
{
color: #F8175C;
}
</style>
background-color css
<style>
a { background-color: #F8175C; }
a { background-color: rgb(248,23,92); }
div.DivClassName
{
background-color: #F8175C;
}
.BgClassName
{
background-color: #F8175C;
}
</style>
border-color css
<style>
span { border-color: #F8175C; }
span { border-color: rgb(248,23,92); }
td.TdClassName
{
border-color: #F8175C;
}
.TagClassName
{
border-color: #F8175C;
}
</style>