Shades of Razzmatazz #F20D4C
Tints of Razzmatazz #F20D4C
RGB
CMYK
RGB Variations
Color information
#F20D4C (or 0xF20D4C) is known color: Razzmatazz. HEX triplet: F2, 0D and 4C. RGB value is (242,13,76). Sum of RGB (Red+Green+Blue) = 242+13+76=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F20D4C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20D4C is #0DF2B3. Grayscale: #585858. Windows color (decimal): -914100 or 4984306. OLE color: 4984306.
HSL color Cylindrical-coordinate representation of color #F20D4C: hue angle of 343.49º 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 #F20D4C is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 13 | 76 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.05 |
| HSL | 343.49º | 0.9% | 0.5% | - |
| HSV(B) | 343.49º | 0.95% | 0.95% | - |
| XYZ | 38.07 | 19.69 | 8.63 | - |
| YUV | 88.65 | 120.87 | 237.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 13 | 76 | 0 | 0.95 | 0.69 | 0.05 | 343.49 | 0.9 | 0.5 |
| Hex | F2 | D | 4C | 0 | 5F | 45 | 5 | 157 | 5A | 32 |
| Octal | 362 | 15 | 114 | 0 | 137 | 105 | 5 | 527 | 132 | 62 |
| Binary | 11110010 | 1101 | 1001100 | 0 | 1011111 | 1000101 | 101 | 101010111 | 1011010 | 110010 |
Color Harmonies of #F20D4C
Complementary color
Monochromatic Colors of #F20D4C
Black with #F20D4C
Text Example
Text Example
White with #F20D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20D4C; }
p { color: rgb(242,13,76); }
H1.HeaderClassName
{
color: #F20D4C;
}
.AnyTagClassName
{
color: #F20D4C;
}
</style>
background-color css
<style>
a { background-color: #F20D4C; }
a { background-color: rgb(242,13,76); }
div.DivClassName
{
background-color: #F20D4C;
}
.BgClassName
{
background-color: #F20D4C;
}
</style>
border-color css
<style>
span { border-color: #F20D4C; }
span { border-color: rgb(242,13,76); }
td.TdClassName
{
border-color: #F20D4C;
}
.TagClassName
{
border-color: #F20D4C;
}
</style>