Shades of Razzmatazz #F2165D
Tints of Razzmatazz #F2165D
RGB
CMYK
RGB Variations
Color information
#F2165D (or 0xF2165D) is known color: Razzmatazz. HEX triplet: F2, 16 and 5D. RGB value is (242,22,93). Sum of RGB (Red+Green+Blue) = 242+22+93=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F2165D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2165D is #0DE9A2. Grayscale: #5F5F5F. Windows color (decimal): -911779 or 6100722. OLE color: 6100722.
HSL color Cylindrical-coordinate representation of color #F2165D: hue angle of 340.64º 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 #F2165D is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 93 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.05 |
| HSL | 340.64º | 0.89% | 0.52% | - |
| HSV(B) | 340.64º | 0.91% | 0.95% | - |
| XYZ | 38.88 | 20.24 | 12.21 | - |
| YUV | 95.87 | 126.39 | 232.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 93 | 0 | 0.91 | 0.62 | 0.05 | 340.64 | 0.89 | 0.52 |
| Hex | F2 | 16 | 5D | 0 | 5B | 3E | 5 | 155 | 59 | 34 |
| Octal | 362 | 26 | 135 | 0 | 133 | 76 | 5 | 525 | 131 | 64 |
| Binary | 11110010 | 10110 | 1011101 | 0 | 1011011 | 111110 | 101 | 101010101 | 1011001 | 110100 |
Color Harmonies of #F2165D
Complementary color
Monochromatic Colors of #F2165D
Black with #F2165D
Text Example
Text Example
White with #F2165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2165D; }
p { color: rgb(242,22,93); }
H1.HeaderClassName
{
color: #F2165D;
}
.AnyTagClassName
{
color: #F2165D;
}
</style>
background-color css
<style>
a { background-color: #F2165D; }
a { background-color: rgb(242,22,93); }
div.DivClassName
{
background-color: #F2165D;
}
.BgClassName
{
background-color: #F2165D;
}
</style>
border-color css
<style>
span { border-color: #F2165D; }
span { border-color: rgb(242,22,93); }
td.TdClassName
{
border-color: #F2165D;
}
.TagClassName
{
border-color: #F2165D;
}
</style>