Shades of Razzmatazz #F9004F
Tints of Razzmatazz #F9004F
RGB
CMYK
RGB Variations
Color information
#F9004F (or 0xF9004F) is known color: Razzmatazz. HEX triplet: F9, 00 and 4F. RGB value is (249,0,79). Sum of RGB (Red+Green+Blue) = 249+0+79=328 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.91% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 249 - color contains mainly: red. Hex color #F9004F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9004F is #06FFB0. Grayscale: #535353. Windows color (decimal): -458673 or 5177593. OLE color: 5177593.
HSL color Cylindrical-coordinate representation of color #F9004F: hue angle of 340.96º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9004F is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.68 | 0.02 |
| HSL | 340.96º | 1% | 0.49% | - |
| HSV(B) | 340.96º | 1% | 0.98% | - |
| XYZ | 40.48 | 20.7 | 9.26 | - |
| YUV | 83.46 | 125.49 | 246.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 79 | 0 | 1 | 0.68 | 0.02 | 340.96 | 1 | 0.49 |
| Hex | F9 | 0 | 4F | 0 | 64 | 44 | 2 | 155 | 64 | 31 |
| Octal | 371 | 0 | 117 | 0 | 144 | 104 | 2 | 525 | 144 | 61 |
| Binary | 11111001 | 0 | 1001111 | 0 | 1100100 | 1000100 | 10 | 101010101 | 1100100 | 110001 |
Color Harmonies of #F9004F
Complementary color
Monochromatic Colors of #F9004F
Black with #F9004F
Text Example
Text Example
White with #F9004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9004F; }
p { color: rgb(249,0,79); }
H1.HeaderClassName
{
color: #F9004F;
}
.AnyTagClassName
{
color: #F9004F;
}
</style>
background-color css
<style>
a { background-color: #F9004F; }
a { background-color: rgb(249,0,79); }
div.DivClassName
{
background-color: #F9004F;
}
.BgClassName
{
background-color: #F9004F;
}
</style>
border-color css
<style>
span { border-color: #F9004F; }
span { border-color: rgb(249,0,79); }
td.TdClassName
{
border-color: #F9004F;
}
.TagClassName
{
border-color: #F9004F;
}
</style>