Shades of Razzmatazz #F40553
Tints of Razzmatazz #F40553
RGB
CMYK
RGB Variations
Color information
#F40553 (or 0xF40553) is known color: Razzmatazz. HEX triplet: F4, 05 and 53. RGB value is (244,5,83). Sum of RGB (Red+Green+Blue) = 244+5+83=332 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.49% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 244 - color contains mainly: red. Hex color #F40553 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40553 is #0BFAAC. Grayscale: #555555. Windows color (decimal): -785069 or 5441012. OLE color: 5441012.
HSL color Cylindrical-coordinate representation of color #F40553: hue angle of 340.42º degrees, saturation: 0.96, 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 #F40553 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 83 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.04 |
| HSL | 340.42º | 0.96% | 0.49% | - |
| HSV(B) | 340.42º | 0.98% | 0.96% | - |
| XYZ | 38.92 | 19.97 | 9.99 | - |
| YUV | 85.35 | 126.68 | 241.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 83 | 0 | 0.98 | 0.66 | 0.04 | 340.42 | 0.96 | 0.49 |
| Hex | F4 | 5 | 53 | 0 | 62 | 42 | 4 | 154 | 60 | 31 |
| Octal | 364 | 5 | 123 | 0 | 142 | 102 | 4 | 524 | 140 | 61 |
| Binary | 11110100 | 101 | 1010011 | 0 | 1100010 | 1000010 | 100 | 101010100 | 1100000 | 110001 |
Color Harmonies of #F40553
Complementary color
Monochromatic Colors of #F40553
Black with #F40553
Text Example
Text Example
White with #F40553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40553; }
p { color: rgb(244,5,83); }
H1.HeaderClassName
{
color: #F40553;
}
.AnyTagClassName
{
color: #F40553;
}
</style>
background-color css
<style>
a { background-color: #F40553; }
a { background-color: rgb(244,5,83); }
div.DivClassName
{
background-color: #F40553;
}
.BgClassName
{
background-color: #F40553;
}
</style>
border-color css
<style>
span { border-color: #F40553; }
span { border-color: rgb(244,5,83); }
td.TdClassName
{
border-color: #F40553;
}
.TagClassName
{
border-color: #F40553;
}
</style>