Shades of Razzmatazz #F20968
Tints of Razzmatazz #F20968
RGB
CMYK
RGB Variations
Color information
#F20968 (or 0xF20968) is known color: Razzmatazz. HEX triplet: F2, 09 and 68. RGB value is (242,9,104). Sum of RGB (Red+Green+Blue) = 242+9+104=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F20968 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20968 is #0DF697. Grayscale: #595959. Windows color (decimal): -915096 or 6818290. OLE color: 6818290.
HSL color Cylindrical-coordinate representation of color #F20968: hue angle of 335.54º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20968 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 104 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.05 |
| HSL | 335.54º | 0.93% | 0.49% | - |
| HSV(B) | 335.54º | 0.96% | 0.95% | - |
| XYZ | 39.21 | 20.07 | 14.9 | - |
| YUV | 89.5 | 136.19 | 236.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 104 | 0 | 0.96 | 0.57 | 0.05 | 335.54 | 0.93 | 0.49 |
| Hex | F2 | 9 | 68 | 0 | 60 | 39 | 5 | 150 | 5D | 31 |
| Octal | 362 | 11 | 150 | 0 | 140 | 71 | 5 | 520 | 135 | 61 |
| Binary | 11110010 | 1001 | 1101000 | 0 | 1100000 | 111001 | 101 | 101010000 | 1011101 | 110001 |
Color Harmonies of #F20968
Complementary color
Monochromatic Colors of #F20968
Black with #F20968
Text Example
Text Example
White with #F20968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20968; }
p { color: rgb(242,9,104); }
H1.HeaderClassName
{
color: #F20968;
}
.AnyTagClassName
{
color: #F20968;
}
</style>
background-color css
<style>
a { background-color: #F20968; }
a { background-color: rgb(242,9,104); }
div.DivClassName
{
background-color: #F20968;
}
.BgClassName
{
background-color: #F20968;
}
</style>
border-color css
<style>
span { border-color: #F20968; }
span { border-color: rgb(242,9,104); }
td.TdClassName
{
border-color: #F20968;
}
.TagClassName
{
border-color: #F20968;
}
</style>