Shades of Razzmatazz #F8175D
Tints of Razzmatazz #F8175D
RGB
CMYK
RGB Variations
Color information
#F8175D (or 0xF8175D) is known color: Razzmatazz. HEX triplet: F8, 17 and 5D. RGB value is (248,23,93). Sum of RGB (Red+Green+Blue) = 248+23+93=364 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.13% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 248 - color contains mainly: red. Hex color #F8175D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8175D is #07E8A2. Grayscale: #626262. Windows color (decimal): -518307 or 6100984. OLE color: 6100984.
HSL color Cylindrical-coordinate representation of color #F8175D: hue angle of 341.33º 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 #F8175D is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 93 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.03 |
| HSL | 341.33º | 0.94% | 0.53% | - |
| HSV(B) | 341.33º | 0.91% | 0.97% | - |
| XYZ | 40.99 | 21.36 | 12.32 | - |
| YUV | 98.26 | 125.04 | 234.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 93 | 0 | 0.91 | 0.62 | 0.03 | 341.33 | 0.94 | 0.53 |
| Hex | F8 | 17 | 5D | 0 | 5B | 3E | 3 | 155 | 5E | 35 |
| Octal | 370 | 27 | 135 | 0 | 133 | 76 | 3 | 525 | 136 | 65 |
| Binary | 11111000 | 10111 | 1011101 | 0 | 1011011 | 111110 | 11 | 101010101 | 1011110 | 110101 |
Color Harmonies of #F8175D
Complementary color
Monochromatic Colors of #F8175D
Black with #F8175D
Text Example
Text Example
White with #F8175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8175D; }
p { color: rgb(248,23,93); }
H1.HeaderClassName
{
color: #F8175D;
}
.AnyTagClassName
{
color: #F8175D;
}
</style>
background-color css
<style>
a { background-color: #F8175D; }
a { background-color: rgb(248,23,93); }
div.DivClassName
{
background-color: #F8175D;
}
.BgClassName
{
background-color: #F8175D;
}
</style>
border-color css
<style>
span { border-color: #F8175D; }
span { border-color: rgb(248,23,93); }
td.TdClassName
{
border-color: #F8175D;
}
.TagClassName
{
border-color: #F8175D;
}
</style>