Shades of Razzmatazz #F2015A
Tints of Razzmatazz #F2015A
RGB
CMYK
RGB Variations
Color information
#F2015A (or 0xF2015A) is known color: Razzmatazz. HEX triplet: F2, 01 and 5A. RGB value is (242,1,90). Sum of RGB (Red+Green+Blue) = 242+1+90=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F2015A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2015A is #0DFEA5. Grayscale: #535353. Windows color (decimal): -917158 or 5898738. OLE color: 5898738.
HSL color Cylindrical-coordinate representation of color #F2015A: hue angle of 337.84º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2015A is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 90 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.05 |
| HSL | 337.84º | 0.99% | 0.48% | - |
| HSV(B) | 337.84º | 1% | 0.95% | - |
| XYZ | 38.47 | 19.64 | 11.44 | - |
| YUV | 83.21 | 131.84 | 241.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 90 | 0 | 1.00 | 0.63 | 0.05 | 337.84 | 0.99 | 0.48 |
| Hex | F2 | 1 | 5A | 0 | 64 | 3F | 5 | 152 | 63 | 30 |
| Octal | 362 | 1 | 132 | 0 | 144 | 77 | 5 | 522 | 143 | 60 |
| Binary | 11110010 | 1 | 1011010 | 0 | 1100100 | 111111 | 101 | 101010010 | 1100011 | 110000 |
Color Harmonies of #F2015A
Complementary color
Monochromatic Colors of #F2015A
Black with #F2015A
Text Example
Text Example
White with #F2015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2015A; }
p { color: rgb(242,1,90); }
H1.HeaderClassName
{
color: #F2015A;
}
.AnyTagClassName
{
color: #F2015A;
}
</style>
background-color css
<style>
a { background-color: #F2015A; }
a { background-color: rgb(242,1,90); }
div.DivClassName
{
background-color: #F2015A;
}
.BgClassName
{
background-color: #F2015A;
}
</style>
border-color css
<style>
span { border-color: #F2015A; }
span { border-color: rgb(242,1,90); }
td.TdClassName
{
border-color: #F2015A;
}
.TagClassName
{
border-color: #F2015A;
}
</style>