Shades of Razzmatazz #F40468
Tints of Razzmatazz #F40468
RGB
CMYK
RGB Variations
Color information
#F40468 (or 0xF40468) is known color: Razzmatazz. HEX triplet: F4, 04 and 68. RGB value is (244,4,104). Sum of RGB (Red+Green+Blue) = 244+4+104=352 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.32% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 244 - color contains mainly: red. Hex color #F40468 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40468 is #0BFB97. Grayscale: #575757. Windows color (decimal): -785304 or 6817012. OLE color: 6817012.
HSL color Cylindrical-coordinate representation of color #F40468: hue angle of 335º 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 #F40468 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 104 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.04 |
| HSL | 335º | 0.97% | 0.49% | - |
| HSV(B) | 335º | 0.98% | 0.96% | - |
| XYZ | 39.85 | 20.32 | 14.92 | - |
| YUV | 87.16 | 137.51 | 239.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 104 | 0 | 0.98 | 0.57 | 0.04 | 335 | 0.97 | 0.49 |
| Hex | F4 | 4 | 68 | 0 | 62 | 39 | 4 | 14F | 61 | 31 |
| Octal | 364 | 4 | 150 | 0 | 142 | 71 | 4 | 517 | 141 | 61 |
| Binary | 11110100 | 100 | 1101000 | 0 | 1100010 | 111001 | 100 | 101001111 | 1100001 | 110001 |
Color Harmonies of #F40468
Complementary color
Monochromatic Colors of #F40468
Black with #F40468
Text Example
Text Example
White with #F40468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40468; }
p { color: rgb(244,4,104); }
H1.HeaderClassName
{
color: #F40468;
}
.AnyTagClassName
{
color: #F40468;
}
</style>
background-color css
<style>
a { background-color: #F40468; }
a { background-color: rgb(244,4,104); }
div.DivClassName
{
background-color: #F40468;
}
.BgClassName
{
background-color: #F40468;
}
</style>
border-color css
<style>
span { border-color: #F40468; }
span { border-color: rgb(244,4,104); }
td.TdClassName
{
border-color: #F40468;
}
.TagClassName
{
border-color: #F40468;
}
</style>