Shades of Razzmatazz #F2094E
Tints of Razzmatazz #F2094E
RGB
CMYK
RGB Variations
Color information
#F2094E (or 0xF2094E) is known color: Razzmatazz. HEX triplet: F2, 09 and 4E. RGB value is (242,9,78). Sum of RGB (Red+Green+Blue) = 242+9+78=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F2094E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2094E is #0DF6B1. Grayscale: #565656. Windows color (decimal): -915122 or 5114354. OLE color: 5114354.
HSL color Cylindrical-coordinate representation of color #F2094E: hue angle of 342.23º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2094E is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 78 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.05 |
| HSL | 342.23º | 0.93% | 0.49% | - |
| HSV(B) | 342.23º | 0.96% | 0.95% | - |
| XYZ | 38.09 | 19.62 | 8.99 | - |
| YUV | 86.53 | 123.19 | 238.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 78 | 0 | 0.96 | 0.68 | 0.05 | 342.23 | 0.93 | 0.49 |
| Hex | F2 | 9 | 4E | 0 | 60 | 44 | 5 | 156 | 5D | 31 |
| Octal | 362 | 11 | 116 | 0 | 140 | 104 | 5 | 526 | 135 | 61 |
| Binary | 11110010 | 1001 | 1001110 | 0 | 1100000 | 1000100 | 101 | 101010110 | 1011101 | 110001 |
Color Harmonies of #F2094E
Complementary color
Monochromatic Colors of #F2094E
Black with #F2094E
Text Example
Text Example
White with #F2094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2094E; }
p { color: rgb(242,9,78); }
H1.HeaderClassName
{
color: #F2094E;
}
.AnyTagClassName
{
color: #F2094E;
}
</style>
background-color css
<style>
a { background-color: #F2094E; }
a { background-color: rgb(242,9,78); }
div.DivClassName
{
background-color: #F2094E;
}
.BgClassName
{
background-color: #F2094E;
}
</style>
border-color css
<style>
span { border-color: #F2094E; }
span { border-color: rgb(242,9,78); }
td.TdClassName
{
border-color: #F2094E;
}
.TagClassName
{
border-color: #F2094E;
}
</style>