Shades of Razzmatazz #F20D4D
Tints of Razzmatazz #F20D4D
RGB
CMYK
RGB Variations
Color information
#F20D4D (or 0xF20D4D) is known color: Razzmatazz. HEX triplet: F2, 0D and 4D. RGB value is (242,13,77). Sum of RGB (Red+Green+Blue) = 242+13+77=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F20D4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20D4D is #0DF2B2. Grayscale: #585858. Windows color (decimal): -914099 or 5049842. OLE color: 5049842.
HSL color Cylindrical-coordinate representation of color #F20D4D: hue angle of 343.23º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20D4D is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 13 | 77 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.05 |
| HSL | 343.23º | 0.9% | 0.5% | - |
| HSV(B) | 343.23º | 0.95% | 0.95% | - |
| XYZ | 38.1 | 19.7 | 8.82 | - |
| YUV | 88.77 | 121.37 | 237.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 13 | 77 | 0 | 0.95 | 0.68 | 0.05 | 343.23 | 0.9 | 0.5 |
| Hex | F2 | D | 4D | 0 | 5F | 44 | 5 | 157 | 5A | 32 |
| Octal | 362 | 15 | 115 | 0 | 137 | 104 | 5 | 527 | 132 | 62 |
| Binary | 11110010 | 1101 | 1001101 | 0 | 1011111 | 1000100 | 101 | 101010111 | 1011010 | 110010 |
Color Harmonies of #F20D4D
Complementary color
Monochromatic Colors of #F20D4D
Black with #F20D4D
Text Example
Text Example
White with #F20D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20D4D; }
p { color: rgb(242,13,77); }
H1.HeaderClassName
{
color: #F20D4D;
}
.AnyTagClassName
{
color: #F20D4D;
}
</style>
background-color css
<style>
a { background-color: #F20D4D; }
a { background-color: rgb(242,13,77); }
div.DivClassName
{
background-color: #F20D4D;
}
.BgClassName
{
background-color: #F20D4D;
}
</style>
border-color css
<style>
span { border-color: #F20D4D; }
span { border-color: rgb(242,13,77); }
td.TdClassName
{
border-color: #F20D4D;
}
.TagClassName
{
border-color: #F20D4D;
}
</style>