Shades of Razzmatazz #F4096F
Tints of Razzmatazz #F4096F
RGB
CMYK
RGB Variations
Color information
#F4096F (or 0xF4096F) is known color: Razzmatazz. HEX triplet: F4, 09 and 6F. RGB value is (244,9,111). Sum of RGB (Red+Green+Blue) = 244+9+111=364 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.03% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 244 - color contains mainly: red. Hex color #F4096F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4096F is #0BF690. Grayscale: #5A5A5A. Windows color (decimal): -784017 or 7277044. OLE color: 7277044.
HSL color Cylindrical-coordinate representation of color #F4096F: hue angle of 333.96º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F4096F is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 111 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.04 |
| HSL | 333.96º | 0.93% | 0.5% | - |
| HSV(B) | 333.96º | 0.96% | 0.96% | - |
| XYZ | 40.28 | 20.58 | 16.89 | - |
| YUV | 90.89 | 139.36 | 237.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 111 | 0 | 0.96 | 0.55 | 0.04 | 333.96 | 0.93 | 0.5 |
| Hex | F4 | 9 | 6F | 0 | 60 | 37 | 4 | 14E | 5D | 32 |
| Octal | 364 | 11 | 157 | 0 | 140 | 67 | 4 | 516 | 135 | 62 |
| Binary | 11110100 | 1001 | 1101111 | 0 | 1100000 | 110111 | 100 | 101001110 | 1011101 | 110010 |
Color Harmonies of #F4096F
Complementary color
Monochromatic Colors of #F4096F
Black with #F4096F
Text Example
Text Example
White with #F4096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4096F; }
p { color: rgb(244,9,111); }
H1.HeaderClassName
{
color: #F4096F;
}
.AnyTagClassName
{
color: #F4096F;
}
</style>
background-color css
<style>
a { background-color: #F4096F; }
a { background-color: rgb(244,9,111); }
div.DivClassName
{
background-color: #F4096F;
}
.BgClassName
{
background-color: #F4096F;
}
</style>
border-color css
<style>
span { border-color: #F4096F; }
span { border-color: rgb(244,9,111); }
td.TdClassName
{
border-color: #F4096F;
}
.TagClassName
{
border-color: #F4096F;
}
</style>