Shades of Razzmatazz #F40176
Tints of Razzmatazz #F40176
RGB
CMYK
RGB Variations
Color information
#F40176 (or 0xF40176) is known color: Razzmatazz. HEX triplet: F4, 01 and 76. RGB value is (244,1,118). Sum of RGB (Red+Green+Blue) = 244+1+118=363 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.22% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 244 - color contains mainly: red. Hex color #F40176 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40176 is #0BFE89. Grayscale: #565656. Windows color (decimal): -786058 or 7733748. OLE color: 7733748.
HSL color Cylindrical-coordinate representation of color #F40176: hue angle of 331.11º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40176 is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 118 | - |
| CMYK | 0 | 1.00 | 0.52 | 0.04 |
| HSL | 331.11º | 0.99% | 0.48% | - |
| HSV(B) | 331.11º | 1% | 0.96% | - |
| XYZ | 40.59 | 20.56 | 18.97 | - |
| YUV | 87 | 145.51 | 239.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 118 | 0 | 1.00 | 0.52 | 0.04 | 331.11 | 0.99 | 0.48 |
| Hex | F4 | 1 | 76 | 0 | 64 | 34 | 4 | 14B | 63 | 30 |
| Octal | 364 | 1 | 166 | 0 | 144 | 64 | 4 | 513 | 143 | 60 |
| Binary | 11110100 | 1 | 1110110 | 0 | 1100100 | 110100 | 100 | 101001011 | 1100011 | 110000 |
Color Harmonies of #F40176
Complementary color
Monochromatic Colors of #F40176
Black with #F40176
Text Example
Text Example
White with #F40176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40176; }
p { color: rgb(244,1,118); }
H1.HeaderClassName
{
color: #F40176;
}
.AnyTagClassName
{
color: #F40176;
}
</style>
background-color css
<style>
a { background-color: #F40176; }
a { background-color: rgb(244,1,118); }
div.DivClassName
{
background-color: #F40176;
}
.BgClassName
{
background-color: #F40176;
}
</style>
border-color css
<style>
span { border-color: #F40176; }
span { border-color: rgb(244,1,118); }
td.TdClassName
{
border-color: #F40176;
}
.TagClassName
{
border-color: #F40176;
}
</style>