Shades of Razzmatazz #F21955
Tints of Razzmatazz #F21955
RGB
CMYK
RGB Variations
Color information
#F21955 (or 0xF21955) is known color: Razzmatazz. HEX triplet: F2, 19 and 55. RGB value is (242,25,85). Sum of RGB (Red+Green+Blue) = 242+25+85=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F21955 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21955 is #0DE6AA. Grayscale: #606060. Windows color (decimal): -911019 or 5577202. OLE color: 5577202.
HSL color Cylindrical-coordinate representation of color #F21955: hue angle of 343.41º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21955 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 85 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.05 |
| HSL | 343.41º | 0.89% | 0.52% | - |
| HSV(B) | 343.41º | 0.9% | 0.95% | - |
| XYZ | 38.61 | 20.23 | 10.46 | - |
| YUV | 96.72 | 121.39 | 231.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 85 | 0 | 0.90 | 0.65 | 0.05 | 343.41 | 0.89 | 0.52 |
| Hex | F2 | 19 | 55 | 0 | 5A | 41 | 5 | 157 | 59 | 34 |
| Octal | 362 | 31 | 125 | 0 | 132 | 101 | 5 | 527 | 131 | 64 |
| Binary | 11110010 | 11001 | 1010101 | 0 | 1011010 | 1000001 | 101 | 101010111 | 1011001 | 110100 |
Color Harmonies of #F21955
Complementary color
Monochromatic Colors of #F21955
Black with #F21955
Text Example
Text Example
White with #F21955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21955; }
p { color: rgb(242,25,85); }
H1.HeaderClassName
{
color: #F21955;
}
.AnyTagClassName
{
color: #F21955;
}
</style>
background-color css
<style>
a { background-color: #F21955; }
a { background-color: rgb(242,25,85); }
div.DivClassName
{
background-color: #F21955;
}
.BgClassName
{
background-color: #F21955;
}
</style>
border-color css
<style>
span { border-color: #F21955; }
span { border-color: rgb(242,25,85); }
td.TdClassName
{
border-color: #F21955;
}
.TagClassName
{
border-color: #F21955;
}
</style>