Shades of Razzmatazz #F2064C
Tints of Razzmatazz #F2064C
RGB
CMYK
RGB Variations
Color information
#F2064C (or 0xF2064C) is known color: Razzmatazz. HEX triplet: F2, 06 and 4C. RGB value is (242,6,76). Sum of RGB (Red+Green+Blue) = 242+6+76=324 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.69% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 242 - color contains mainly: red. Hex color #F2064C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2064C is #0DF9B3. Grayscale: #545454. Windows color (decimal): -915892 or 4982514. OLE color: 4982514.
HSL color Cylindrical-coordinate representation of color #F2064C: hue angle of 342.2º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2064C is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 76 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.05 |
| HSL | 342.2º | 0.95% | 0.49% | - |
| HSV(B) | 342.2º | 0.98% | 0.95% | - |
| XYZ | 37.99 | 19.53 | 8.6 | - |
| YUV | 84.54 | 123.19 | 240.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 76 | 0 | 0.98 | 0.69 | 0.05 | 342.2 | 0.95 | 0.49 |
| Hex | F2 | 6 | 4C | 0 | 62 | 45 | 5 | 156 | 5F | 31 |
| Octal | 362 | 6 | 114 | 0 | 142 | 105 | 5 | 526 | 137 | 61 |
| Binary | 11110010 | 110 | 1001100 | 0 | 1100010 | 1000101 | 101 | 101010110 | 1011111 | 110001 |
Color Harmonies of #F2064C
Complementary color
Monochromatic Colors of #F2064C
Black with #F2064C
Text Example
Text Example
White with #F2064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2064C; }
p { color: rgb(242,6,76); }
H1.HeaderClassName
{
color: #F2064C;
}
.AnyTagClassName
{
color: #F2064C;
}
</style>
background-color css
<style>
a { background-color: #F2064C; }
a { background-color: rgb(242,6,76); }
div.DivClassName
{
background-color: #F2064C;
}
.BgClassName
{
background-color: #F2064C;
}
</style>
border-color css
<style>
span { border-color: #F2064C; }
span { border-color: rgb(242,6,76); }
td.TdClassName
{
border-color: #F2064C;
}
.TagClassName
{
border-color: #F2064C;
}
</style>