Shades of Razzmatazz #FA0863
Tints of Razzmatazz #FA0863
RGB
CMYK
RGB Variations
Color information
#FA0863 (or 0xFA0863) is known color: Razzmatazz. HEX triplet: FA, 08 and 63. RGB value is (250,8,99). Sum of RGB (Red+Green+Blue) = 250+8+99=357 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.03% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0863 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0863 is #05F79C. Grayscale: #5A5A5A. Windows color (decimal): -391069 or 6490362. OLE color: 6490362.
HSL color Cylindrical-coordinate representation of color #FA0863: hue angle of 337.44º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA0863 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 8 | 99 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.02 |
| HSL | 337.44º | 0.96% | 0.51% | - |
| HSV(B) | 337.44º | 0.97% | 0.98% | - |
| XYZ | 41.76 | 21.4 | 13.73 | - |
| YUV | 90.73 | 132.67 | 241.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 8 | 99 | 0 | 0.97 | 0.60 | 0.02 | 337.44 | 0.96 | 0.51 |
| Hex | FA | 8 | 63 | 0 | 61 | 3C | 2 | 151 | 60 | 33 |
| Octal | 372 | 10 | 143 | 0 | 141 | 74 | 2 | 521 | 140 | 63 |
| Binary | 11111010 | 1000 | 1100011 | 0 | 1100001 | 111100 | 10 | 101010001 | 1100000 | 110011 |
Color Harmonies of #FA0863
Complementary color
Monochromatic Colors of #FA0863
Black with #FA0863
Text Example
Text Example
White with #FA0863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0863; }
p { color: rgb(250,8,99); }
H1.HeaderClassName
{
color: #FA0863;
}
.AnyTagClassName
{
color: #FA0863;
}
</style>
background-color css
<style>
a { background-color: #FA0863; }
a { background-color: rgb(250,8,99); }
div.DivClassName
{
background-color: #FA0863;
}
.BgClassName
{
background-color: #FA0863;
}
</style>
border-color css
<style>
span { border-color: #FA0863; }
span { border-color: rgb(250,8,99); }
td.TdClassName
{
border-color: #FA0863;
}
.TagClassName
{
border-color: #FA0863;
}
</style>