Shades of Razzmatazz #F40666
Tints of Razzmatazz #F40666
RGB
CMYK
RGB Variations
Color information
#F40666 (or 0xF40666) is known color: Razzmatazz. HEX triplet: F4, 06 and 66. RGB value is (244,6,102). Sum of RGB (Red+Green+Blue) = 244+6+102=352 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.32% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 244 - color contains mainly: red. Hex color #F40666 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40666 is #0BF999. Grayscale: #575757. Windows color (decimal): -784794 or 6686452. OLE color: 6686452.
HSL color Cylindrical-coordinate representation of color #F40666: hue angle of 335.8º degrees, saturation: 0.95, 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 #F40666 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 6 | 102 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.04 |
| HSL | 335.8º | 0.95% | 0.49% | - |
| HSV(B) | 335.8º | 0.98% | 0.96% | - |
| XYZ | 39.77 | 20.32 | 14.4 | - |
| YUV | 88.11 | 135.85 | 239.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 6 | 102 | 0 | 0.98 | 0.58 | 0.04 | 335.8 | 0.95 | 0.49 |
| Hex | F4 | 6 | 66 | 0 | 62 | 3A | 4 | 150 | 5F | 31 |
| Octal | 364 | 6 | 146 | 0 | 142 | 72 | 4 | 520 | 137 | 61 |
| Binary | 11110100 | 110 | 1100110 | 0 | 1100010 | 111010 | 100 | 101010000 | 1011111 | 110001 |
Color Harmonies of #F40666
Complementary color
Monochromatic Colors of #F40666
Black with #F40666
Text Example
Text Example
White with #F40666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40666; }
p { color: rgb(244,6,102); }
H1.HeaderClassName
{
color: #F40666;
}
.AnyTagClassName
{
color: #F40666;
}
</style>
background-color css
<style>
a { background-color: #F40666; }
a { background-color: rgb(244,6,102); }
div.DivClassName
{
background-color: #F40666;
}
.BgClassName
{
background-color: #F40666;
}
</style>
border-color css
<style>
span { border-color: #F40666; }
span { border-color: rgb(244,6,102); }
td.TdClassName
{
border-color: #F40666;
}
.TagClassName
{
border-color: #F40666;
}
</style>