Shades of Razzmatazz #F8165D
Tints of Razzmatazz #F8165D
RGB
CMYK
RGB Variations
Color information
#F8165D (or 0xF8165D) is known color: Razzmatazz. HEX triplet: F8, 16 and 5D. RGB value is (248,22,93). Sum of RGB (Red+Green+Blue) = 248+22+93=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F8165D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8165D is #07E9A2. Grayscale: #616161. Windows color (decimal): -518563 or 6100728. OLE color: 6100728.
HSL color Cylindrical-coordinate representation of color #F8165D: hue angle of 341.15º 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 #F8165D is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 93 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.03 |
| HSL | 341.15º | 0.94% | 0.53% | - |
| HSV(B) | 341.15º | 0.91% | 0.97% | - |
| XYZ | 40.97 | 21.32 | 12.31 | - |
| YUV | 97.67 | 125.37 | 235.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 93 | 0 | 0.91 | 0.62 | 0.03 | 341.15 | 0.94 | 0.53 |
| Hex | F8 | 16 | 5D | 0 | 5B | 3E | 3 | 155 | 5E | 35 |
| Octal | 370 | 26 | 135 | 0 | 133 | 76 | 3 | 525 | 136 | 65 |
| Binary | 11111000 | 10110 | 1011101 | 0 | 1011011 | 111110 | 11 | 101010101 | 1011110 | 110101 |
Color Harmonies of #F8165D
Complementary color
Monochromatic Colors of #F8165D
Black with #F8165D
Text Example
Text Example
White with #F8165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8165D; }
p { color: rgb(248,22,93); }
H1.HeaderClassName
{
color: #F8165D;
}
.AnyTagClassName
{
color: #F8165D;
}
</style>
background-color css
<style>
a { background-color: #F8165D; }
a { background-color: rgb(248,22,93); }
div.DivClassName
{
background-color: #F8165D;
}
.BgClassName
{
background-color: #F8165D;
}
</style>
border-color css
<style>
span { border-color: #F8165D; }
span { border-color: rgb(248,22,93); }
td.TdClassName
{
border-color: #F8165D;
}
.TagClassName
{
border-color: #F8165D;
}
</style>