Shades of Razzmatazz #FA0973
Tints of Razzmatazz #FA0973
RGB
CMYK
RGB Variations
Color information
#FA0973 (or 0xFA0973) is known color: Razzmatazz. HEX triplet: FA, 09 and 73. RGB value is (250,9,115). Sum of RGB (Red+Green+Blue) = 250+9+115=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0973 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0973 is #05F68C. Grayscale: #5C5C5C. Windows color (decimal): -390797 or 7539194. OLE color: 7539194.
HSL color Cylindrical-coordinate representation of color #FA0973: hue angle of 333.61º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0973 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 115 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.02 |
| HSL | 333.61º | 0.96% | 0.51% | - |
| HSV(B) | 333.61º | 0.96% | 0.98% | - |
| XYZ | 42.62 | 21.76 | 18.17 | - |
| YUV | 93.14 | 140.34 | 239.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 115 | 0 | 0.96 | 0.54 | 0.02 | 333.61 | 0.96 | 0.51 |
| Hex | FA | 9 | 73 | 0 | 60 | 36 | 2 | 14E | 60 | 33 |
| Octal | 372 | 11 | 163 | 0 | 140 | 66 | 2 | 516 | 140 | 63 |
| Binary | 11111010 | 1001 | 1110011 | 0 | 1100000 | 110110 | 10 | 101001110 | 1100000 | 110011 |
Color Harmonies of #FA0973
Complementary color
Monochromatic Colors of #FA0973
Black with #FA0973
Text Example
Text Example
White with #FA0973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0973; }
p { color: rgb(250,9,115); }
H1.HeaderClassName
{
color: #FA0973;
}
.AnyTagClassName
{
color: #FA0973;
}
</style>
background-color css
<style>
a { background-color: #FA0973; }
a { background-color: rgb(250,9,115); }
div.DivClassName
{
background-color: #FA0973;
}
.BgClassName
{
background-color: #FA0973;
}
</style>
border-color css
<style>
span { border-color: #FA0973; }
span { border-color: rgb(250,9,115); }
td.TdClassName
{
border-color: #FA0973;
}
.TagClassName
{
border-color: #FA0973;
}
</style>