Shades of Razzmatazz #F20F68
Tints of Razzmatazz #F20F68
RGB
CMYK
RGB Variations
Color information
#F20F68 (or 0xF20F68) is known color: Razzmatazz. HEX triplet: F2, 0F and 68. RGB value is (242,15,104). Sum of RGB (Red+Green+Blue) = 242+15+104=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F20F68 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20F68 is #0DF097. Grayscale: #5C5C5C. Windows color (decimal): -913560 or 6819826. OLE color: 6819826.
HSL color Cylindrical-coordinate representation of color #F20F68: hue angle of 336.48º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20F68 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 15 | 104 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.05 |
| HSL | 336.48º | 0.9% | 0.5% | - |
| HSV(B) | 336.48º | 0.94% | 0.95% | - |
| XYZ | 39.29 | 20.22 | 14.93 | - |
| YUV | 93.02 | 134.21 | 234.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 15 | 104 | 0 | 0.94 | 0.57 | 0.05 | 336.48 | 0.9 | 0.5 |
| Hex | F2 | F | 68 | 0 | 5E | 39 | 5 | 150 | 5A | 32 |
| Octal | 362 | 17 | 150 | 0 | 136 | 71 | 5 | 520 | 132 | 62 |
| Binary | 11110010 | 1111 | 1101000 | 0 | 1011110 | 111001 | 101 | 101010000 | 1011010 | 110010 |
Color Harmonies of #F20F68
Complementary color
Monochromatic Colors of #F20F68
Black with #F20F68
Text Example
Text Example
White with #F20F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20F68; }
p { color: rgb(242,15,104); }
H1.HeaderClassName
{
color: #F20F68;
}
.AnyTagClassName
{
color: #F20F68;
}
</style>
background-color css
<style>
a { background-color: #F20F68; }
a { background-color: rgb(242,15,104); }
div.DivClassName
{
background-color: #F20F68;
}
.BgClassName
{
background-color: #F20F68;
}
</style>
border-color css
<style>
span { border-color: #F20F68; }
span { border-color: rgb(242,15,104); }
td.TdClassName
{
border-color: #F20F68;
}
.TagClassName
{
border-color: #F20F68;
}
</style>