Shades of Razzmatazz #F40768
Tints of Razzmatazz #F40768
RGB
CMYK
RGB Variations
Color information
#F40768 (or 0xF40768) is known color: Razzmatazz. HEX triplet: F4, 07 and 68. RGB value is (244,7,104). Sum of RGB (Red+Green+Blue) = 244+7+104=355 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.73% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 244 - color contains mainly: red. Hex color #F40768 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40768 is #0BF897. Grayscale: #585858. Windows color (decimal): -784536 or 6817780. OLE color: 6817780.
HSL color Cylindrical-coordinate representation of color #F40768: hue angle of 335.44º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F40768 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 104 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.04 |
| HSL | 335.44º | 0.94% | 0.49% | - |
| HSV(B) | 335.44º | 0.97% | 0.96% | - |
| XYZ | 39.88 | 20.38 | 14.93 | - |
| YUV | 88.92 | 136.52 | 238.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 104 | 0 | 0.97 | 0.57 | 0.04 | 335.44 | 0.94 | 0.49 |
| Hex | F4 | 7 | 68 | 0 | 61 | 39 | 4 | 14F | 5E | 31 |
| Octal | 364 | 7 | 150 | 0 | 141 | 71 | 4 | 517 | 136 | 61 |
| Binary | 11110100 | 111 | 1101000 | 0 | 1100001 | 111001 | 100 | 101001111 | 1011110 | 110001 |
Color Harmonies of #F40768
Complementary color
Monochromatic Colors of #F40768
Black with #F40768
Text Example
Text Example
White with #F40768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40768; }
p { color: rgb(244,7,104); }
H1.HeaderClassName
{
color: #F40768;
}
.AnyTagClassName
{
color: #F40768;
}
</style>
background-color css
<style>
a { background-color: #F40768; }
a { background-color: rgb(244,7,104); }
div.DivClassName
{
background-color: #F40768;
}
.BgClassName
{
background-color: #F40768;
}
</style>
border-color css
<style>
span { border-color: #F40768; }
span { border-color: rgb(244,7,104); }
td.TdClassName
{
border-color: #F40768;
}
.TagClassName
{
border-color: #F40768;
}
</style>