Shades of Razzmatazz #F2155D
Tints of Razzmatazz #F2155D
RGB
CMYK
RGB Variations
Color information
#F2155D (or 0xF2155D) is known color: Razzmatazz. HEX triplet: F2, 15 and 5D. RGB value is (242,21,93). Sum of RGB (Red+Green+Blue) = 242+21+93=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F2155D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2155D is #0DEAA2. Grayscale: #5F5F5F. Windows color (decimal): -912035 or 6100466. OLE color: 6100466.
HSL color Cylindrical-coordinate representation of color #F2155D: hue angle of 340.45º 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 #F2155D is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 93 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.05 |
| HSL | 340.45º | 0.89% | 0.52% | - |
| HSV(B) | 340.45º | 0.91% | 0.95% | - |
| XYZ | 38.86 | 20.2 | 12.21 | - |
| YUV | 95.29 | 126.72 | 232.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 93 | 0 | 0.91 | 0.62 | 0.05 | 340.45 | 0.89 | 0.52 |
| Hex | F2 | 15 | 5D | 0 | 5B | 3E | 5 | 154 | 59 | 34 |
| Octal | 362 | 25 | 135 | 0 | 133 | 76 | 5 | 524 | 131 | 64 |
| Binary | 11110010 | 10101 | 1011101 | 0 | 1011011 | 111110 | 101 | 101010100 | 1011001 | 110100 |
Color Harmonies of #F2155D
Complementary color
Monochromatic Colors of #F2155D
Black with #F2155D
Text Example
Text Example
White with #F2155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2155D; }
p { color: rgb(242,21,93); }
H1.HeaderClassName
{
color: #F2155D;
}
.AnyTagClassName
{
color: #F2155D;
}
</style>
background-color css
<style>
a { background-color: #F2155D; }
a { background-color: rgb(242,21,93); }
div.DivClassName
{
background-color: #F2155D;
}
.BgClassName
{
background-color: #F2155D;
}
</style>
border-color css
<style>
span { border-color: #F2155D; }
span { border-color: rgb(242,21,93); }
td.TdClassName
{
border-color: #F2155D;
}
.TagClassName
{
border-color: #F2155D;
}
</style>