Shades of Razzmatazz #F40458
Tints of Razzmatazz #F40458
RGB
CMYK
RGB Variations
Color information
#F40458 (or 0xF40458) is known color: Razzmatazz. HEX triplet: F4, 04 and 58. RGB value is (244,4,88). Sum of RGB (Red+Green+Blue) = 244+4+88=336 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.62% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 244 - color contains mainly: red. Hex color #F40458 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40458 is #0BFBA7. Grayscale: #555555. Windows color (decimal): -785320 or 5768436. OLE color: 5768436.
HSL color Cylindrical-coordinate representation of color #F40458: hue angle of 339º 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 #F40458 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 88 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.04 |
| HSL | 339º | 0.97% | 0.49% | - |
| HSV(B) | 339º | 0.98% | 0.96% | - |
| XYZ | 39.11 | 20.02 | 11.04 | - |
| YUV | 85.34 | 129.51 | 241.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 88 | 0 | 0.98 | 0.64 | 0.04 | 339 | 0.97 | 0.49 |
| Hex | F4 | 4 | 58 | 0 | 62 | 40 | 4 | 153 | 61 | 31 |
| Octal | 364 | 4 | 130 | 0 | 142 | 100 | 4 | 523 | 141 | 61 |
| Binary | 11110100 | 100 | 1011000 | 0 | 1100010 | 1000000 | 100 | 101010011 | 1100001 | 110001 |
Color Harmonies of #F40458
Complementary color
Monochromatic Colors of #F40458
Black with #F40458
Text Example
Text Example
White with #F40458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40458; }
p { color: rgb(244,4,88); }
H1.HeaderClassName
{
color: #F40458;
}
.AnyTagClassName
{
color: #F40458;
}
</style>
background-color css
<style>
a { background-color: #F40458; }
a { background-color: rgb(244,4,88); }
div.DivClassName
{
background-color: #F40458;
}
.BgClassName
{
background-color: #F40458;
}
</style>
border-color css
<style>
span { border-color: #F40458; }
span { border-color: rgb(244,4,88); }
td.TdClassName
{
border-color: #F40458;
}
.TagClassName
{
border-color: #F40458;
}
</style>