Shades of Razzmatazz #F4036C
Tints of Razzmatazz #F4036C
RGB
CMYK
RGB Variations
Color information
#F4036C (or 0xF4036C) is known color: Razzmatazz. HEX triplet: F4, 03 and 6C. RGB value is (244,3,108). Sum of RGB (Red+Green+Blue) = 244+3+108=355 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.73% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 244 - color contains mainly: red. Hex color #F4036C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4036C is #0BFC93. Grayscale: #565656. Windows color (decimal): -785556 or 7078900. OLE color: 7078900.
HSL color Cylindrical-coordinate representation of color #F4036C: hue angle of 333.86º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F4036C is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 108 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.04 |
| HSL | 333.86º | 0.98% | 0.48% | - |
| HSV(B) | 333.86º | 0.99% | 0.96% | - |
| XYZ | 40.05 | 20.38 | 16.01 | - |
| YUV | 87.03 | 139.84 | 239.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 108 | 0 | 0.99 | 0.56 | 0.04 | 333.86 | 0.98 | 0.48 |
| Hex | F4 | 3 | 6C | 0 | 63 | 38 | 4 | 14E | 62 | 30 |
| Octal | 364 | 3 | 154 | 0 | 143 | 70 | 4 | 516 | 142 | 60 |
| Binary | 11110100 | 11 | 1101100 | 0 | 1100011 | 111000 | 100 | 101001110 | 1100010 | 110000 |
Color Harmonies of #F4036C
Complementary color
Monochromatic Colors of #F4036C
Black with #F4036C
Text Example
Text Example
White with #F4036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4036C; }
p { color: rgb(244,3,108); }
H1.HeaderClassName
{
color: #F4036C;
}
.AnyTagClassName
{
color: #F4036C;
}
</style>
background-color css
<style>
a { background-color: #F4036C; }
a { background-color: rgb(244,3,108); }
div.DivClassName
{
background-color: #F4036C;
}
.BgClassName
{
background-color: #F4036C;
}
</style>
border-color css
<style>
span { border-color: #F4036C; }
span { border-color: rgb(244,3,108); }
td.TdClassName
{
border-color: #F4036C;
}
.TagClassName
{
border-color: #F4036C;
}
</style>