Shades of Razzmatazz #FA0950
Tints of Razzmatazz #FA0950
RGB
CMYK
RGB Variations
Color information
#FA0950 (or 0xFA0950) is known color: Razzmatazz. HEX triplet: FA, 09 and 50. RGB value is (250,9,80). Sum of RGB (Red+Green+Blue) = 250+9+80=339 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.75% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0950 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0950 is #05F6AF. Grayscale: #595959. Windows color (decimal): -390832 or 5245434. OLE color: 5245434.
HSL color Cylindrical-coordinate representation of color #FA0950: hue angle of 342.32º 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 #FA0950 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 80 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.02 |
| HSL | 342.32º | 0.96% | 0.51% | - |
| HSV(B) | 342.32º | 0.96% | 0.98% | - |
| XYZ | 40.97 | 21.1 | 9.5 | - |
| YUV | 89.15 | 122.84 | 242.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 80 | 0 | 0.96 | 0.68 | 0.02 | 342.32 | 0.96 | 0.51 |
| Hex | FA | 9 | 50 | 0 | 60 | 44 | 2 | 156 | 60 | 33 |
| Octal | 372 | 11 | 120 | 0 | 140 | 104 | 2 | 526 | 140 | 63 |
| Binary | 11111010 | 1001 | 1010000 | 0 | 1100000 | 1000100 | 10 | 101010110 | 1100000 | 110011 |
Color Harmonies of #FA0950
Complementary color
Monochromatic Colors of #FA0950
Black with #FA0950
Text Example
Text Example
White with #FA0950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0950; }
p { color: rgb(250,9,80); }
H1.HeaderClassName
{
color: #FA0950;
}
.AnyTagClassName
{
color: #FA0950;
}
</style>
background-color css
<style>
a { background-color: #FA0950; }
a { background-color: rgb(250,9,80); }
div.DivClassName
{
background-color: #FA0950;
}
.BgClassName
{
background-color: #FA0950;
}
</style>
border-color css
<style>
span { border-color: #FA0950; }
span { border-color: rgb(250,9,80); }
td.TdClassName
{
border-color: #FA0950;
}
.TagClassName
{
border-color: #FA0950;
}
</style>