Shades of Razzmatazz #F9075D
Tints of Razzmatazz #F9075D
RGB
CMYK
RGB Variations
Color information
#F9075D (or 0xF9075D) is known color: Razzmatazz. HEX triplet: F9, 07 and 5D. RGB value is (249,7,93). Sum of RGB (Red+Green+Blue) = 249+7+93=349 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.35% from 349); Green value is 7 (3.12% from 255 or 2.01% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 249 - color contains mainly: red. Hex color #F9075D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9075D is #06F8A2. Grayscale: #595959. Windows color (decimal): -456867 or 6096889. OLE color: 6096889.
HSL color Cylindrical-coordinate representation of color #F9075D: hue angle of 338.68º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F9075D is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 7 | 93 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.02 |
| HSL | 338.68º | 0.95% | 0.5% | - |
| HSV(B) | 338.68º | 0.97% | 0.98% | - |
| XYZ | 41.12 | 21.08 | 12.26 | - |
| YUV | 89.16 | 130.17 | 242.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 7 | 93 | 0 | 0.97 | 0.63 | 0.02 | 338.68 | 0.95 | 0.5 |
| Hex | F9 | 7 | 5D | 0 | 61 | 3F | 2 | 153 | 5F | 32 |
| Octal | 371 | 7 | 135 | 0 | 141 | 77 | 2 | 523 | 137 | 62 |
| Binary | 11111001 | 111 | 1011101 | 0 | 1100001 | 111111 | 10 | 101010011 | 1011111 | 110010 |
Color Harmonies of #F9075D
Complementary color
Monochromatic Colors of #F9075D
Black with #F9075D
Text Example
Text Example
White with #F9075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9075D; }
p { color: rgb(249,7,93); }
H1.HeaderClassName
{
color: #F9075D;
}
.AnyTagClassName
{
color: #F9075D;
}
</style>
background-color css
<style>
a { background-color: #F9075D; }
a { background-color: rgb(249,7,93); }
div.DivClassName
{
background-color: #F9075D;
}
.BgClassName
{
background-color: #F9075D;
}
</style>
border-color css
<style>
span { border-color: #F9075D; }
span { border-color: rgb(249,7,93); }
td.TdClassName
{
border-color: #F9075D;
}
.TagClassName
{
border-color: #F9075D;
}
</style>