Shades of Razzmatazz #F9056B
Tints of Razzmatazz #F9056B
RGB
CMYK
RGB Variations
Color information
#F9056B (or 0xF9056B) is known color: Razzmatazz. HEX triplet: F9, 05 and 6B. RGB value is (249,5,107). Sum of RGB (Red+Green+Blue) = 249+5+107=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F9056B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9056B is #06FA94. Grayscale: #595959. Windows color (decimal): -457365 or 7013881. OLE color: 7013881.
HSL color Cylindrical-coordinate representation of color #F9056B: hue angle of 334.92º 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 #F9056B is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 107 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.02 |
| HSL | 334.92º | 0.96% | 0.5% | - |
| HSV(B) | 334.92º | 0.98% | 0.98% | - |
| XYZ | 41.78 | 21.31 | 15.82 | - |
| YUV | 89.58 | 137.84 | 241.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 107 | 0 | 0.98 | 0.57 | 0.02 | 334.92 | 0.96 | 0.5 |
| Hex | F9 | 5 | 6B | 0 | 62 | 39 | 2 | 14F | 60 | 32 |
| Octal | 371 | 5 | 153 | 0 | 142 | 71 | 2 | 517 | 140 | 62 |
| Binary | 11111001 | 101 | 1101011 | 0 | 1100010 | 111001 | 10 | 101001111 | 1100000 | 110010 |
Color Harmonies of #F9056B
Complementary color
Monochromatic Colors of #F9056B
Black with #F9056B
Text Example
Text Example
White with #F9056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9056B; }
p { color: rgb(249,5,107); }
H1.HeaderClassName
{
color: #F9056B;
}
.AnyTagClassName
{
color: #F9056B;
}
</style>
background-color css
<style>
a { background-color: #F9056B; }
a { background-color: rgb(249,5,107); }
div.DivClassName
{
background-color: #F9056B;
}
.BgClassName
{
background-color: #F9056B;
}
</style>
border-color css
<style>
span { border-color: #F9056B; }
span { border-color: rgb(249,5,107); }
td.TdClassName
{
border-color: #F9056B;
}
.TagClassName
{
border-color: #F9056B;
}
</style>