Shades of Razzmatazz #F40466
Tints of Razzmatazz #F40466
RGB
CMYK
RGB Variations
Color information
#F40466 (or 0xF40466) is known color: Razzmatazz. HEX triplet: F4, 04 and 66. RGB value is (244,4,102). Sum of RGB (Red+Green+Blue) = 244+4+102=350 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.71% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 244 - color contains mainly: red. Hex color #F40466 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40466 is #0BFB99. Grayscale: #565656. Windows color (decimal): -785306 or 6685940. OLE color: 6685940.
HSL color Cylindrical-coordinate representation of color #F40466: hue angle of 335.5º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F40466 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 102 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.04 |
| HSL | 335.5º | 0.97% | 0.49% | - |
| HSV(B) | 335.5º | 0.98% | 0.96% | - |
| XYZ | 39.75 | 20.28 | 14.39 | - |
| YUV | 86.93 | 136.51 | 240.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 102 | 0 | 0.98 | 0.58 | 0.04 | 335.5 | 0.97 | 0.49 |
| Hex | F4 | 4 | 66 | 0 | 62 | 3A | 4 | 150 | 61 | 31 |
| Octal | 364 | 4 | 146 | 0 | 142 | 72 | 4 | 520 | 141 | 61 |
| Binary | 11110100 | 100 | 1100110 | 0 | 1100010 | 111010 | 100 | 101010000 | 1100001 | 110001 |
Color Harmonies of #F40466
Complementary color
Monochromatic Colors of #F40466
Black with #F40466
Text Example
Text Example
White with #F40466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40466; }
p { color: rgb(244,4,102); }
H1.HeaderClassName
{
color: #F40466;
}
.AnyTagClassName
{
color: #F40466;
}
</style>
background-color css
<style>
a { background-color: #F40466; }
a { background-color: rgb(244,4,102); }
div.DivClassName
{
background-color: #F40466;
}
.BgClassName
{
background-color: #F40466;
}
</style>
border-color css
<style>
span { border-color: #F40466; }
span { border-color: rgb(244,4,102); }
td.TdClassName
{
border-color: #F40466;
}
.TagClassName
{
border-color: #F40466;
}
</style>