Shades of Razzmatazz #F9045B
Tints of Razzmatazz #F9045B
RGB
CMYK
RGB Variations
Color information
#F9045B (or 0xF9045B) is known color: Razzmatazz. HEX triplet: F9, 04 and 5B. RGB value is (249,4,91). Sum of RGB (Red+Green+Blue) = 249+4+91=344 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.38% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 249 - color contains mainly: red. Hex color #F9045B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9045B is #06FBA4. Grayscale: #575757. Windows color (decimal): -457637 or 5965049. OLE color: 5965049.
HSL color Cylindrical-coordinate representation of color #F9045B: hue angle of 338.69º 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 #F9045B is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 91 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.02 |
| HSL | 338.69º | 0.97% | 0.5% | - |
| HSV(B) | 338.69º | 0.98% | 0.98% | - |
| XYZ | 41 | 20.98 | 11.79 | - |
| YUV | 87.17 | 130.17 | 243.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 91 | 0 | 0.98 | 0.63 | 0.02 | 338.69 | 0.97 | 0.5 |
| Hex | F9 | 4 | 5B | 0 | 62 | 3F | 2 | 153 | 61 | 32 |
| Octal | 371 | 4 | 133 | 0 | 142 | 77 | 2 | 523 | 141 | 62 |
| Binary | 11111001 | 100 | 1011011 | 0 | 1100010 | 111111 | 10 | 101010011 | 1100001 | 110010 |
Color Harmonies of #F9045B
Complementary color
Monochromatic Colors of #F9045B
Black with #F9045B
Text Example
Text Example
White with #F9045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9045B; }
p { color: rgb(249,4,91); }
H1.HeaderClassName
{
color: #F9045B;
}
.AnyTagClassName
{
color: #F9045B;
}
</style>
background-color css
<style>
a { background-color: #F9045B; }
a { background-color: rgb(249,4,91); }
div.DivClassName
{
background-color: #F9045B;
}
.BgClassName
{
background-color: #F9045B;
}
</style>
border-color css
<style>
span { border-color: #F9045B; }
span { border-color: rgb(249,4,91); }
td.TdClassName
{
border-color: #F9045B;
}
.TagClassName
{
border-color: #F9045B;
}
</style>