Shades of Razzmatazz #F2145E
Tints of Razzmatazz #F2145E
RGB
CMYK
RGB Variations
Color information
#F2145E (or 0xF2145E) is known color: Razzmatazz. HEX triplet: F2, 14 and 5E. RGB value is (242,20,94). Sum of RGB (Red+Green+Blue) = 242+20+94=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F2145E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2145E is #0DEBA1. Grayscale: #5E5E5E. Windows color (decimal): -912290 or 6165746. OLE color: 6165746.
HSL color Cylindrical-coordinate representation of color #F2145E: hue angle of 340º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2145E is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 94 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.05 |
| HSL | 340º | 0.9% | 0.51% | - |
| HSV(B) | 340º | 0.92% | 0.95% | - |
| XYZ | 38.89 | 20.19 | 12.44 | - |
| YUV | 94.81 | 127.55 | 232.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 94 | 0 | 0.92 | 0.61 | 0.05 | 340 | 0.9 | 0.51 |
| Hex | F2 | 14 | 5E | 0 | 5C | 3D | 5 | 154 | 5A | 33 |
| Octal | 362 | 24 | 136 | 0 | 134 | 75 | 5 | 524 | 132 | 63 |
| Binary | 11110010 | 10100 | 1011110 | 0 | 1011100 | 111101 | 101 | 101010100 | 1011010 | 110011 |
Color Harmonies of #F2145E
Complementary color
Monochromatic Colors of #F2145E
Black with #F2145E
Text Example
Text Example
White with #F2145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2145E; }
p { color: rgb(242,20,94); }
H1.HeaderClassName
{
color: #F2145E;
}
.AnyTagClassName
{
color: #F2145E;
}
</style>
background-color css
<style>
a { background-color: #F2145E; }
a { background-color: rgb(242,20,94); }
div.DivClassName
{
background-color: #F2145E;
}
.BgClassName
{
background-color: #F2145E;
}
</style>
border-color css
<style>
span { border-color: #F2145E; }
span { border-color: rgb(242,20,94); }
td.TdClassName
{
border-color: #F2145E;
}
.TagClassName
{
border-color: #F2145E;
}
</style>