Shades of Razzmatazz #F2046F
Tints of Razzmatazz #F2046F
RGB
CMYK
RGB Variations
Color information
#F2046F (or 0xF2046F) is known color: Razzmatazz. HEX triplet: F2, 04 and 6F. RGB value is (242,4,111). Sum of RGB (Red+Green+Blue) = 242+4+111=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F2046F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2046F is #0DFB90. Grayscale: #575757. Windows color (decimal): -916369 or 7275762. OLE color: 7275762.
HSL color Cylindrical-coordinate representation of color #F2046F: hue angle of 333.03º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2046F is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 111 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.05 |
| HSL | 333.03º | 0.97% | 0.48% | - |
| HSV(B) | 333.03º | 0.98% | 0.95% | - |
| XYZ | 39.53 | 20.11 | 16.84 | - |
| YUV | 87.36 | 141.35 | 238.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 111 | 0 | 0.98 | 0.54 | 0.05 | 333.03 | 0.97 | 0.48 |
| Hex | F2 | 4 | 6F | 0 | 62 | 36 | 5 | 14D | 61 | 30 |
| Octal | 362 | 4 | 157 | 0 | 142 | 66 | 5 | 515 | 141 | 60 |
| Binary | 11110010 | 100 | 1101111 | 0 | 1100010 | 110110 | 101 | 101001101 | 1100001 | 110000 |
Color Harmonies of #F2046F
Complementary color
Monochromatic Colors of #F2046F
Black with #F2046F
Text Example
Text Example
White with #F2046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2046F; }
p { color: rgb(242,4,111); }
H1.HeaderClassName
{
color: #F2046F;
}
.AnyTagClassName
{
color: #F2046F;
}
</style>
background-color css
<style>
a { background-color: #F2046F; }
a { background-color: rgb(242,4,111); }
div.DivClassName
{
background-color: #F2046F;
}
.BgClassName
{
background-color: #F2046F;
}
</style>
border-color css
<style>
span { border-color: #F2046F; }
span { border-color: rgb(242,4,111); }
td.TdClassName
{
border-color: #F2046F;
}
.TagClassName
{
border-color: #F2046F;
}
</style>