Shades of Razzmatazz #F10A73
Tints of Razzmatazz #F10A73
RGB
CMYK
RGB Variations
Color information
#F10A73 (or 0xF10A73) is known color: Razzmatazz. HEX triplet: F1, 0A and 73. RGB value is (241,10,115). Sum of RGB (Red+Green+Blue) = 241+10+115=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 10 (4.30% from 255 or 2.73% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A73 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10A73 is #0EF58C. Grayscale: #5A5A5A. Windows color (decimal): -980365 or 7539441. OLE color: 7539441.
HSL color Cylindrical-coordinate representation of color #F10A73: hue angle of 332.73º degrees, saturation: 0.92, 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 #F10A73 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 115 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.05 |
| HSL | 332.73º | 0.92% | 0.49% | - |
| HSV(B) | 332.73º | 0.96% | 0.95% | - |
| XYZ | 39.48 | 20.16 | 18.03 | - |
| YUV | 91.04 | 141.53 | 234.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 115 | 0 | 0.96 | 0.52 | 0.05 | 332.73 | 0.92 | 0.49 |
| Hex | F1 | A | 73 | 0 | 60 | 34 | 5 | 14D | 5C | 31 |
| Octal | 361 | 12 | 163 | 0 | 140 | 64 | 5 | 515 | 134 | 61 |
| Binary | 11110001 | 1010 | 1110011 | 0 | 1100000 | 110100 | 101 | 101001101 | 1011100 | 110001 |
Color Harmonies of #F10A73
Complementary color
Monochromatic Colors of #F10A73
Black with #F10A73
Text Example
Text Example
White with #F10A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10A73; }
p { color: rgb(241,10,115); }
H1.HeaderClassName
{
color: #F10A73;
}
.AnyTagClassName
{
color: #F10A73;
}
</style>
background-color css
<style>
a { background-color: #F10A73; }
a { background-color: rgb(241,10,115); }
div.DivClassName
{
background-color: #F10A73;
}
.BgClassName
{
background-color: #F10A73;
}
</style>
border-color css
<style>
span { border-color: #F10A73; }
span { border-color: rgb(241,10,115); }
td.TdClassName
{
border-color: #F10A73;
}
.TagClassName
{
border-color: #F10A73;
}
</style>