Shades of Razzmatazz #F40951
Tints of Razzmatazz #F40951
RGB
CMYK
RGB Variations
Color information
#F40951 (or 0xF40951) is known color: Razzmatazz. HEX triplet: F4, 09 and 51. RGB value is (244,9,81). Sum of RGB (Red+Green+Blue) = 244+9+81=334 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.05% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 244 - color contains mainly: red. Hex color #F40951 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40951 is #0BF6AE. Grayscale: #575757. Windows color (decimal): -784047 or 5310964. OLE color: 5310964.
HSL color Cylindrical-coordinate representation of color #F40951: hue angle of 341.62º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40951 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 81 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.04 |
| HSL | 341.62º | 0.93% | 0.5% | - |
| HSV(B) | 341.62º | 0.96% | 0.96% | - |
| XYZ | 38.89 | 20.02 | 9.6 | - |
| YUV | 87.47 | 124.36 | 239.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 81 | 0 | 0.96 | 0.67 | 0.04 | 341.62 | 0.93 | 0.5 |
| Hex | F4 | 9 | 51 | 0 | 60 | 43 | 4 | 156 | 5D | 32 |
| Octal | 364 | 11 | 121 | 0 | 140 | 103 | 4 | 526 | 135 | 62 |
| Binary | 11110100 | 1001 | 1010001 | 0 | 1100000 | 1000011 | 100 | 101010110 | 1011101 | 110010 |
Color Harmonies of #F40951
Complementary color
Monochromatic Colors of #F40951
Black with #F40951
Text Example
Text Example
White with #F40951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40951; }
p { color: rgb(244,9,81); }
H1.HeaderClassName
{
color: #F40951;
}
.AnyTagClassName
{
color: #F40951;
}
</style>
background-color css
<style>
a { background-color: #F40951; }
a { background-color: rgb(244,9,81); }
div.DivClassName
{
background-color: #F40951;
}
.BgClassName
{
background-color: #F40951;
}
</style>
border-color css
<style>
span { border-color: #F40951; }
span { border-color: rgb(244,9,81); }
td.TdClassName
{
border-color: #F40951;
}
.TagClassName
{
border-color: #F40951;
}
</style>