Shades of Razzmatazz #F40477
Tints of Razzmatazz #F40477
RGB
CMYK
RGB Variations
Color information
#F40477 (or 0xF40477) is known color: Razzmatazz. HEX triplet: F4, 04 and 77. RGB value is (244,4,119). Sum of RGB (Red+Green+Blue) = 244+4+119=367 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.49% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 244 - color contains mainly: red. Hex color #F40477 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40477 is #0BFB88. Grayscale: #585858. Windows color (decimal): -785289 or 7800052. OLE color: 7800052.
HSL color Cylindrical-coordinate representation of color #F40477: hue angle of 331.25º 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 #F40477 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 119 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.04 |
| HSL | 331.25º | 0.97% | 0.49% | - |
| HSV(B) | 331.25º | 0.98% | 0.96% | - |
| XYZ | 40.68 | 20.65 | 19.29 | - |
| YUV | 88.87 | 145.01 | 238.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 119 | 0 | 0.98 | 0.51 | 0.04 | 331.25 | 0.97 | 0.49 |
| Hex | F4 | 4 | 77 | 0 | 62 | 33 | 4 | 14B | 61 | 31 |
| Octal | 364 | 4 | 167 | 0 | 142 | 63 | 4 | 513 | 141 | 61 |
| Binary | 11110100 | 100 | 1110111 | 0 | 1100010 | 110011 | 100 | 101001011 | 1100001 | 110001 |
Color Harmonies of #F40477
Complementary color
Monochromatic Colors of #F40477
Black with #F40477
Text Example
Text Example
White with #F40477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40477; }
p { color: rgb(244,4,119); }
H1.HeaderClassName
{
color: #F40477;
}
.AnyTagClassName
{
color: #F40477;
}
</style>
background-color css
<style>
a { background-color: #F40477; }
a { background-color: rgb(244,4,119); }
div.DivClassName
{
background-color: #F40477;
}
.BgClassName
{
background-color: #F40477;
}
</style>
border-color css
<style>
span { border-color: #F40477; }
span { border-color: rgb(244,4,119); }
td.TdClassName
{
border-color: #F40477;
}
.TagClassName
{
border-color: #F40477;
}
</style>