Shades of Razzmatazz #F2074F
Tints of Razzmatazz #F2074F
RGB
CMYK
RGB Variations
Color information
#F2074F (or 0xF2074F) is known color: Razzmatazz. HEX triplet: F2, 07 and 4F. RGB value is (242,7,79). Sum of RGB (Red+Green+Blue) = 242+7+79=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F2074F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2074F is #0DF8B0. Grayscale: #555555. Windows color (decimal): -915633 or 5179378. OLE color: 5179378.
HSL color Cylindrical-coordinate representation of color #F2074F: hue angle of 341.62º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2074F is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 79 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.05 |
| HSL | 341.62º | 0.94% | 0.49% | - |
| HSV(B) | 341.62º | 0.97% | 0.95% | - |
| XYZ | 38.11 | 19.59 | 9.17 | - |
| YUV | 85.47 | 124.36 | 239.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 79 | 0 | 0.97 | 0.67 | 0.05 | 341.62 | 0.94 | 0.49 |
| Hex | F2 | 7 | 4F | 0 | 61 | 43 | 5 | 156 | 5E | 31 |
| Octal | 362 | 7 | 117 | 0 | 141 | 103 | 5 | 526 | 136 | 61 |
| Binary | 11110010 | 111 | 1001111 | 0 | 1100001 | 1000011 | 101 | 101010110 | 1011110 | 110001 |
Color Harmonies of #F2074F
Complementary color
Monochromatic Colors of #F2074F
Black with #F2074F
Text Example
Text Example
White with #F2074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2074F; }
p { color: rgb(242,7,79); }
H1.HeaderClassName
{
color: #F2074F;
}
.AnyTagClassName
{
color: #F2074F;
}
</style>
background-color css
<style>
a { background-color: #F2074F; }
a { background-color: rgb(242,7,79); }
div.DivClassName
{
background-color: #F2074F;
}
.BgClassName
{
background-color: #F2074F;
}
</style>
border-color css
<style>
span { border-color: #F2074F; }
span { border-color: rgb(242,7,79); }
td.TdClassName
{
border-color: #F2074F;
}
.TagClassName
{
border-color: #F2074F;
}
</style>