Shades of Razzmatazz #F8095D
Tints of Razzmatazz #F8095D
RGB
CMYK
RGB Variations
Color information
#F8095D (or 0xF8095D) is known color: Razzmatazz. HEX triplet: F8, 09 and 5D. RGB value is (248,9,93). Sum of RGB (Red+Green+Blue) = 248+9+93=350 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.86% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 248 - color contains mainly: red. Hex color #F8095D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8095D is #07F6A2. Grayscale: #595959. Windows color (decimal): -521891 or 6097400. OLE color: 6097400.
HSL color Cylindrical-coordinate representation of color #F8095D: hue angle of 338.91º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8095D is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 93 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.03 |
| HSL | 338.91º | 0.94% | 0.5% | - |
| HSV(B) | 338.91º | 0.96% | 0.97% | - |
| XYZ | 40.78 | 20.94 | 12.25 | - |
| YUV | 90.04 | 129.68 | 240.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 93 | 0 | 0.96 | 0.62 | 0.03 | 338.91 | 0.94 | 0.5 |
| Hex | F8 | 9 | 5D | 0 | 60 | 3E | 3 | 153 | 5E | 32 |
| Octal | 370 | 11 | 135 | 0 | 140 | 76 | 3 | 523 | 136 | 62 |
| Binary | 11111000 | 1001 | 1011101 | 0 | 1100000 | 111110 | 11 | 101010011 | 1011110 | 110010 |
Color Harmonies of #F8095D
Complementary color
Monochromatic Colors of #F8095D
Black with #F8095D
Text Example
Text Example
White with #F8095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8095D; }
p { color: rgb(248,9,93); }
H1.HeaderClassName
{
color: #F8095D;
}
.AnyTagClassName
{
color: #F8095D;
}
</style>
background-color css
<style>
a { background-color: #F8095D; }
a { background-color: rgb(248,9,93); }
div.DivClassName
{
background-color: #F8095D;
}
.BgClassName
{
background-color: #F8095D;
}
</style>
border-color css
<style>
span { border-color: #F8095D; }
span { border-color: rgb(248,9,93); }
td.TdClassName
{
border-color: #F8095D;
}
.TagClassName
{
border-color: #F8095D;
}
</style>