Shades of Razzmatazz #F9045D
Tints of Razzmatazz #F9045D
RGB
CMYK
RGB Variations
Color information
#F9045D (or 0xF9045D) is known color: Razzmatazz. HEX triplet: F9, 04 and 5D. RGB value is (249,4,93). Sum of RGB (Red+Green+Blue) = 249+4+93=346 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.97% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 249 - color contains mainly: red. Hex color #F9045D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9045D is #06FBA2. Grayscale: #575757. Windows color (decimal): -457635 or 6096121. OLE color: 6096121.
HSL color Cylindrical-coordinate representation of color #F9045D: hue angle of 338.2º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9045D is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.02 |
| HSL | 338.2º | 0.97% | 0.5% | - |
| HSV(B) | 338.2º | 0.98% | 0.98% | - |
| XYZ | 41.09 | 21.02 | 12.25 | - |
| YUV | 87.4 | 131.17 | 243.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 93 | 0 | 0.98 | 0.63 | 0.02 | 338.2 | 0.97 | 0.5 |
| Hex | F9 | 4 | 5D | 0 | 62 | 3F | 2 | 152 | 61 | 32 |
| Octal | 371 | 4 | 135 | 0 | 142 | 77 | 2 | 522 | 141 | 62 |
| Binary | 11111001 | 100 | 1011101 | 0 | 1100010 | 111111 | 10 | 101010010 | 1100001 | 110010 |
Color Harmonies of #F9045D
Complementary color
Monochromatic Colors of #F9045D
Black with #F9045D
Text Example
Text Example
White with #F9045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9045D; }
p { color: rgb(249,4,93); }
H1.HeaderClassName
{
color: #F9045D;
}
.AnyTagClassName
{
color: #F9045D;
}
</style>
background-color css
<style>
a { background-color: #F9045D; }
a { background-color: rgb(249,4,93); }
div.DivClassName
{
background-color: #F9045D;
}
.BgClassName
{
background-color: #F9045D;
}
</style>
border-color css
<style>
span { border-color: #F9045D; }
span { border-color: rgb(249,4,93); }
td.TdClassName
{
border-color: #F9045D;
}
.TagClassName
{
border-color: #F9045D;
}
</style>