Shades of Razzmatazz #F9056D
Tints of Razzmatazz #F9056D
RGB
CMYK
RGB Variations
Color information
#F9056D (or 0xF9056D) is known color: Razzmatazz. HEX triplet: F9, 05 and 6D. RGB value is (249,5,109). Sum of RGB (Red+Green+Blue) = 249+5+109=363 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.60% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 249 - color contains mainly: red. Hex color #F9056D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9056D is #06FA92. Grayscale: #595959. Windows color (decimal): -457363 or 7144953. OLE color: 7144953.
HSL color Cylindrical-coordinate representation of color #F9056D: hue angle of 334.43º degrees, saturation: 0.96, 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 #F9056D is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 109 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.02 |
| HSL | 334.43º | 0.96% | 0.5% | - |
| HSV(B) | 334.43º | 0.98% | 0.98% | - |
| XYZ | 41.88 | 21.35 | 16.38 | - |
| YUV | 89.81 | 138.84 | 241.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 109 | 0 | 0.98 | 0.56 | 0.02 | 334.43 | 0.96 | 0.5 |
| Hex | F9 | 5 | 6D | 0 | 62 | 38 | 2 | 14E | 60 | 32 |
| Octal | 371 | 5 | 155 | 0 | 142 | 70 | 2 | 516 | 140 | 62 |
| Binary | 11111001 | 101 | 1101101 | 0 | 1100010 | 111000 | 10 | 101001110 | 1100000 | 110010 |
Color Harmonies of #F9056D
Complementary color
Monochromatic Colors of #F9056D
Black with #F9056D
Text Example
Text Example
White with #F9056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9056D; }
p { color: rgb(249,5,109); }
H1.HeaderClassName
{
color: #F9056D;
}
.AnyTagClassName
{
color: #F9056D;
}
</style>
background-color css
<style>
a { background-color: #F9056D; }
a { background-color: rgb(249,5,109); }
div.DivClassName
{
background-color: #F9056D;
}
.BgClassName
{
background-color: #F9056D;
}
</style>
border-color css
<style>
span { border-color: #F9056D; }
span { border-color: rgb(249,5,109); }
td.TdClassName
{
border-color: #F9056D;
}
.TagClassName
{
border-color: #F9056D;
}
</style>