Shades of Razzmatazz #F10079
Tints of Razzmatazz #F10079
RGB
CMYK
RGB Variations
Color information
#F10079 (or 0xF10079) is known color: Razzmatazz. HEX triplet: F1, 00 and 79. RGB value is (241,0,121). Sum of RGB (Red+Green+Blue) = 241+0+121=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F10079 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10079 is #0EFF86. Grayscale: #555555. Windows color (decimal): -982919 or 7930097. OLE color: 7930097.
HSL color Cylindrical-coordinate representation of color #F10079: hue angle of 329.88º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10079 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.50 | 0.05 |
| HSL | 329.88º | 1% | 0.47% | - |
| HSV(B) | 329.88º | 1% | 0.95% | - |
| XYZ | 39.73 | 20.08 | 19.87 | - |
| YUV | 85.85 | 147.84 | 238.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 121 | 0 | 1 | 0.50 | 0.05 | 329.88 | 1 | 0.47 |
| Hex | F1 | 0 | 79 | 0 | 64 | 32 | 5 | 14A | 64 | 2F |
| Octal | 361 | 0 | 171 | 0 | 144 | 62 | 5 | 512 | 144 | 57 |
| Binary | 11110001 | 0 | 1111001 | 0 | 1100100 | 110010 | 101 | 101001010 | 1100100 | 101111 |
Color Harmonies of #F10079
Complementary color
Monochromatic Colors of #F10079
Black with #F10079
Text Example
Text Example
White with #F10079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10079; }
p { color: rgb(241,0,121); }
H1.HeaderClassName
{
color: #F10079;
}
.AnyTagClassName
{
color: #F10079;
}
</style>
background-color css
<style>
a { background-color: #F10079; }
a { background-color: rgb(241,0,121); }
div.DivClassName
{
background-color: #F10079;
}
.BgClassName
{
background-color: #F10079;
}
</style>
border-color css
<style>
span { border-color: #F10079; }
span { border-color: rgb(241,0,121); }
td.TdClassName
{
border-color: #F10079;
}
.TagClassName
{
border-color: #F10079;
}
</style>