Shades of Razzmatazz #F20F5A
Tints of Razzmatazz #F20F5A
RGB
CMYK
RGB Variations
Color information
#F20F5A (or 0xF20F5A) is known color: Razzmatazz. HEX triplet: F2, 0F and 5A. RGB value is (242,15,90). Sum of RGB (Red+Green+Blue) = 242+15+90=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F20F5A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20F5A is #0DF0A5. Grayscale: #5B5B5B. Windows color (decimal): -913574 or 5902322. OLE color: 5902322.
HSL color Cylindrical-coordinate representation of color #F20F5A: hue angle of 340.18º 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 #F20F5A is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 15 | 90 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.05 |
| HSL | 340.18º | 0.9% | 0.5% | - |
| HSV(B) | 340.18º | 0.94% | 0.95% | - |
| XYZ | 38.63 | 19.96 | 11.49 | - |
| YUV | 91.42 | 127.21 | 235.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 15 | 90 | 0 | 0.94 | 0.63 | 0.05 | 340.18 | 0.9 | 0.5 |
| Hex | F2 | F | 5A | 0 | 5E | 3F | 5 | 154 | 5A | 32 |
| Octal | 362 | 17 | 132 | 0 | 136 | 77 | 5 | 524 | 132 | 62 |
| Binary | 11110010 | 1111 | 1011010 | 0 | 1011110 | 111111 | 101 | 101010100 | 1011010 | 110010 |
Color Harmonies of #F20F5A
Complementary color
Monochromatic Colors of #F20F5A
Black with #F20F5A
Text Example
Text Example
White with #F20F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20F5A; }
p { color: rgb(242,15,90); }
H1.HeaderClassName
{
color: #F20F5A;
}
.AnyTagClassName
{
color: #F20F5A;
}
</style>
background-color css
<style>
a { background-color: #F20F5A; }
a { background-color: rgb(242,15,90); }
div.DivClassName
{
background-color: #F20F5A;
}
.BgClassName
{
background-color: #F20F5A;
}
</style>
border-color css
<style>
span { border-color: #F20F5A; }
span { border-color: rgb(242,15,90); }
td.TdClassName
{
border-color: #F20F5A;
}
.TagClassName
{
border-color: #F20F5A;
}
</style>