Shades of Razzmatazz #F9095D
Tints of Razzmatazz #F9095D
RGB
CMYK
RGB Variations
Color information
#F9095D (or 0xF9095D) is known color: Razzmatazz. HEX triplet: F9, 09 and 5D. RGB value is (249,9,93). Sum of RGB (Red+Green+Blue) = 249+9+93=351 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.94% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 249 - color contains mainly: red. Hex color #F9095D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9095D is #06F6A2. Grayscale: #5A5A5A. Windows color (decimal): -456355 or 6097401. OLE color: 6097401.
HSL color Cylindrical-coordinate representation of color #F9095D: hue angle of 339º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9095D is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 9 | 93 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.02 |
| HSL | 339º | 0.95% | 0.51% | - |
| HSV(B) | 339º | 0.96% | 0.98% | - |
| XYZ | 41.14 | 21.13 | 12.27 | - |
| YUV | 90.34 | 129.51 | 241.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 9 | 93 | 0 | 0.96 | 0.63 | 0.02 | 339 | 0.95 | 0.51 |
| Hex | F9 | 9 | 5D | 0 | 60 | 3F | 2 | 153 | 5F | 33 |
| Octal | 371 | 11 | 135 | 0 | 140 | 77 | 2 | 523 | 137 | 63 |
| Binary | 11111001 | 1001 | 1011101 | 0 | 1100000 | 111111 | 10 | 101010011 | 1011111 | 110011 |
Color Harmonies of #F9095D
Complementary color
Monochromatic Colors of #F9095D
Black with #F9095D
Text Example
Text Example
White with #F9095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9095D; }
p { color: rgb(249,9,93); }
H1.HeaderClassName
{
color: #F9095D;
}
.AnyTagClassName
{
color: #F9095D;
}
</style>
background-color css
<style>
a { background-color: #F9095D; }
a { background-color: rgb(249,9,93); }
div.DivClassName
{
background-color: #F9095D;
}
.BgClassName
{
background-color: #F9095D;
}
</style>
border-color css
<style>
span { border-color: #F9095D; }
span { border-color: rgb(249,9,93); }
td.TdClassName
{
border-color: #F9095D;
}
.TagClassName
{
border-color: #F9095D;
}
</style>