Shades of Razzmatazz #F4006D
Tints of Razzmatazz #F4006D
RGB
CMYK
RGB Variations
Color information
#F4006D (or 0xF4006D) is known color: Razzmatazz. HEX triplet: F4, 00 and 6D. RGB value is (244,0,109). Sum of RGB (Red+Green+Blue) = 244+0+109=353 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.12% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 244 - color contains mainly: red. Hex color #F4006D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4006D is #0BFF92. Grayscale: #555555. Windows color (decimal): -786323 or 7143668. OLE color: 7143668.
HSL color Cylindrical-coordinate representation of color #F4006D: hue angle of 333.2º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4006D is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.55 | 0.04 |
| HSL | 333.2º | 1% | 0.48% | - |
| HSV(B) | 333.2º | 1% | 0.96% | - |
| XYZ | 40.07 | 20.34 | 16.28 | - |
| YUV | 85.38 | 141.34 | 241.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 109 | 0 | 1 | 0.55 | 0.04 | 333.2 | 1 | 0.48 |
| Hex | F4 | 0 | 6D | 0 | 64 | 37 | 4 | 14D | 64 | 30 |
| Octal | 364 | 0 | 155 | 0 | 144 | 67 | 4 | 515 | 144 | 60 |
| Binary | 11110100 | 0 | 1101101 | 0 | 1100100 | 110111 | 100 | 101001101 | 1100100 | 110000 |
Color Harmonies of #F4006D
Complementary color
Monochromatic Colors of #F4006D
Black with #F4006D
Text Example
Text Example
White with #F4006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4006D; }
p { color: rgb(244,0,109); }
H1.HeaderClassName
{
color: #F4006D;
}
.AnyTagClassName
{
color: #F4006D;
}
</style>
background-color css
<style>
a { background-color: #F4006D; }
a { background-color: rgb(244,0,109); }
div.DivClassName
{
background-color: #F4006D;
}
.BgClassName
{
background-color: #F4006D;
}
</style>
border-color css
<style>
span { border-color: #F4006D; }
span { border-color: rgb(244,0,109); }
td.TdClassName
{
border-color: #F4006D;
}
.TagClassName
{
border-color: #F4006D;
}
</style>