Shades of Razzmatazz #F2155E
Tints of Razzmatazz #F2155E
RGB
CMYK
RGB Variations
Color information
#F2155E (or 0xF2155E) is known color: Razzmatazz. HEX triplet: F2, 15 and 5E. RGB value is (242,21,94). Sum of RGB (Red+Green+Blue) = 242+21+94=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F2155E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2155E is #0DEAA1. Grayscale: #5F5F5F. Windows color (decimal): -912034 or 6166002. OLE color: 6166002.
HSL color Cylindrical-coordinate representation of color #F2155E: hue angle of 340.18º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2155E is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 94 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.05 |
| HSL | 340.18º | 0.89% | 0.52% | - |
| HSV(B) | 340.18º | 0.91% | 0.95% | - |
| XYZ | 38.91 | 20.22 | 12.44 | - |
| YUV | 95.4 | 127.22 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 94 | 0 | 0.91 | 0.61 | 0.05 | 340.18 | 0.89 | 0.52 |
| Hex | F2 | 15 | 5E | 0 | 5B | 3D | 5 | 154 | 59 | 34 |
| Octal | 362 | 25 | 136 | 0 | 133 | 75 | 5 | 524 | 131 | 64 |
| Binary | 11110010 | 10101 | 1011110 | 0 | 1011011 | 111101 | 101 | 101010100 | 1011001 | 110100 |
Color Harmonies of #F2155E
Complementary color
Monochromatic Colors of #F2155E
Black with #F2155E
Text Example
Text Example
White with #F2155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2155E; }
p { color: rgb(242,21,94); }
H1.HeaderClassName
{
color: #F2155E;
}
.AnyTagClassName
{
color: #F2155E;
}
</style>
background-color css
<style>
a { background-color: #F2155E; }
a { background-color: rgb(242,21,94); }
div.DivClassName
{
background-color: #F2155E;
}
.BgClassName
{
background-color: #F2155E;
}
</style>
border-color css
<style>
span { border-color: #F2155E; }
span { border-color: rgb(242,21,94); }
td.TdClassName
{
border-color: #F2155E;
}
.TagClassName
{
border-color: #F2155E;
}
</style>