Shades of Razzmatazz #F4096B
Tints of Razzmatazz #F4096B
RGB
CMYK
RGB Variations
Color information
#F4096B (or 0xF4096B) is known color: Razzmatazz. HEX triplet: F4, 09 and 6B. RGB value is (244,9,107). Sum of RGB (Red+Green+Blue) = 244+9+107=360 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.78% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 244 - color contains mainly: red. Hex color #F4096B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4096B is #0BF694. Grayscale: #5A5A5A. Windows color (decimal): -784021 or 7014900. OLE color: 7014900.
HSL color Cylindrical-coordinate representation of color #F4096B: hue angle of 334.98º 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 #F4096B is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 107 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.04 |
| HSL | 334.98º | 0.93% | 0.5% | - |
| HSV(B) | 334.98º | 0.96% | 0.96% | - |
| XYZ | 40.06 | 20.49 | 15.75 | - |
| YUV | 90.44 | 137.36 | 237.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 107 | 0 | 0.96 | 0.56 | 0.04 | 334.98 | 0.93 | 0.5 |
| Hex | F4 | 9 | 6B | 0 | 60 | 38 | 4 | 14F | 5D | 32 |
| Octal | 364 | 11 | 153 | 0 | 140 | 70 | 4 | 517 | 135 | 62 |
| Binary | 11110100 | 1001 | 1101011 | 0 | 1100000 | 111000 | 100 | 101001111 | 1011101 | 110010 |
Color Harmonies of #F4096B
Complementary color
Monochromatic Colors of #F4096B
Black with #F4096B
Text Example
Text Example
White with #F4096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4096B; }
p { color: rgb(244,9,107); }
H1.HeaderClassName
{
color: #F4096B;
}
.AnyTagClassName
{
color: #F4096B;
}
</style>
background-color css
<style>
a { background-color: #F4096B; }
a { background-color: rgb(244,9,107); }
div.DivClassName
{
background-color: #F4096B;
}
.BgClassName
{
background-color: #F4096B;
}
</style>
border-color css
<style>
span { border-color: #F4096B; }
span { border-color: rgb(244,9,107); }
td.TdClassName
{
border-color: #F4096B;
}
.TagClassName
{
border-color: #F4096B;
}
</style>