Shades of Razzmatazz #F2015E
Tints of Razzmatazz #F2015E
RGB
CMYK
RGB Variations
Color information
#F2015E (or 0xF2015E) is known color: Razzmatazz. HEX triplet: F2, 01 and 5E. RGB value is (242,1,94). Sum of RGB (Red+Green+Blue) = 242+1+94=337 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.81% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 242 - color contains mainly: red. Hex color #F2015E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2015E is #0DFEA1. Grayscale: #535353. Windows color (decimal): -917154 or 6160882. OLE color: 6160882.
HSL color Cylindrical-coordinate representation of color #F2015E: hue angle of 336.85º 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 #F2015E is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 94 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.05 |
| HSL | 336.85º | 0.99% | 0.48% | - |
| HSV(B) | 336.85º | 1% | 0.95% | - |
| XYZ | 38.65 | 19.71 | 12.36 | - |
| YUV | 83.66 | 133.84 | 240.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 94 | 0 | 1.00 | 0.61 | 0.05 | 336.85 | 0.99 | 0.48 |
| Hex | F2 | 1 | 5E | 0 | 64 | 3D | 5 | 151 | 63 | 30 |
| Octal | 362 | 1 | 136 | 0 | 144 | 75 | 5 | 521 | 143 | 60 |
| Binary | 11110010 | 1 | 1011110 | 0 | 1100100 | 111101 | 101 | 101010001 | 1100011 | 110000 |
Color Harmonies of #F2015E
Complementary color
Monochromatic Colors of #F2015E
Black with #F2015E
Text Example
Text Example
White with #F2015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2015E; }
p { color: rgb(242,1,94); }
H1.HeaderClassName
{
color: #F2015E;
}
.AnyTagClassName
{
color: #F2015E;
}
</style>
background-color css
<style>
a { background-color: #F2015E; }
a { background-color: rgb(242,1,94); }
div.DivClassName
{
background-color: #F2015E;
}
.BgClassName
{
background-color: #F2015E;
}
</style>
border-color css
<style>
span { border-color: #F2015E; }
span { border-color: rgb(242,1,94); }
td.TdClassName
{
border-color: #F2015E;
}
.TagClassName
{
border-color: #F2015E;
}
</style>