Shades of Razzmatazz #F2015F
Tints of Razzmatazz #F2015F
RGB
CMYK
RGB Variations
Color information
#F2015F (or 0xF2015F) is known color: Razzmatazz. HEX triplet: F2, 01 and 5F. RGB value is (242,1,95). Sum of RGB (Red+Green+Blue) = 242+1+95=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F2015F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2015F is #0DFEA0. Grayscale: #535353. Windows color (decimal): -917153 or 6226418. OLE color: 6226418.
HSL color Cylindrical-coordinate representation of color #F2015F: hue angle of 336.6º 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 #F2015F is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 95 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.05 |
| HSL | 336.6º | 0.99% | 0.48% | - |
| HSV(B) | 336.6º | 1% | 0.95% | - |
| XYZ | 38.69 | 19.73 | 12.59 | - |
| YUV | 83.78 | 134.34 | 240.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 95 | 0 | 1.00 | 0.61 | 0.05 | 336.6 | 0.99 | 0.48 |
| Hex | F2 | 1 | 5F | 0 | 64 | 3D | 5 | 151 | 63 | 30 |
| Octal | 362 | 1 | 137 | 0 | 144 | 75 | 5 | 521 | 143 | 60 |
| Binary | 11110010 | 1 | 1011111 | 0 | 1100100 | 111101 | 101 | 101010001 | 1100011 | 110000 |
Color Harmonies of #F2015F
Complementary color
Monochromatic Colors of #F2015F
Black with #F2015F
Text Example
Text Example
White with #F2015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2015F; }
p { color: rgb(242,1,95); }
H1.HeaderClassName
{
color: #F2015F;
}
.AnyTagClassName
{
color: #F2015F;
}
</style>
background-color css
<style>
a { background-color: #F2015F; }
a { background-color: rgb(242,1,95); }
div.DivClassName
{
background-color: #F2015F;
}
.BgClassName
{
background-color: #F2015F;
}
</style>
border-color css
<style>
span { border-color: #F2015F; }
span { border-color: rgb(242,1,95); }
td.TdClassName
{
border-color: #F2015F;
}
.TagClassName
{
border-color: #F2015F;
}
</style>