Shades of Razzmatazz #F2155A
Tints of Razzmatazz #F2155A
RGB
CMYK
RGB Variations
Color information
#F2155A (or 0xF2155A) is known color: Razzmatazz. HEX triplet: F2, 15 and 5A. RGB value is (242,21,90). Sum of RGB (Red+Green+Blue) = 242+21+90=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F2155A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2155A is #0DEAA5. Grayscale: #5E5E5E. Windows color (decimal): -912038 or 5903858. OLE color: 5903858.
HSL color Cylindrical-coordinate representation of color #F2155A: hue angle of 341.27º 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 #F2155A is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 90 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.05 |
| HSL | 341.27º | 0.89% | 0.52% | - |
| HSV(B) | 341.27º | 0.91% | 0.95% | - |
| XYZ | 38.73 | 20.15 | 11.52 | - |
| YUV | 94.95 | 125.22 | 232.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 90 | 0 | 0.91 | 0.63 | 0.05 | 341.27 | 0.89 | 0.52 |
| Hex | F2 | 15 | 5A | 0 | 5B | 3F | 5 | 155 | 59 | 34 |
| Octal | 362 | 25 | 132 | 0 | 133 | 77 | 5 | 525 | 131 | 64 |
| Binary | 11110010 | 10101 | 1011010 | 0 | 1011011 | 111111 | 101 | 101010101 | 1011001 | 110100 |
Color Harmonies of #F2155A
Complementary color
Monochromatic Colors of #F2155A
Black with #F2155A
Text Example
Text Example
White with #F2155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2155A; }
p { color: rgb(242,21,90); }
H1.HeaderClassName
{
color: #F2155A;
}
.AnyTagClassName
{
color: #F2155A;
}
</style>
background-color css
<style>
a { background-color: #F2155A; }
a { background-color: rgb(242,21,90); }
div.DivClassName
{
background-color: #F2155A;
}
.BgClassName
{
background-color: #F2155A;
}
</style>
border-color css
<style>
span { border-color: #F2155A; }
span { border-color: rgb(242,21,90); }
td.TdClassName
{
border-color: #F2155A;
}
.TagClassName
{
border-color: #F2155A;
}
</style>