Shades of Razzmatazz #FA0163
Tints of Razzmatazz #FA0163
RGB
CMYK
RGB Variations
Color information
#FA0163 (or 0xFA0163) is known color: Razzmatazz. HEX triplet: FA, 01 and 63. RGB value is (250,1,99). Sum of RGB (Red+Green+Blue) = 250+1+99=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0163 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0163 is #05FE9C. Grayscale: #565656. Windows color (decimal): -392861 or 6488570. OLE color: 6488570.
HSL color Cylindrical-coordinate representation of color #FA0163: hue angle of 336.39º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0163 is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 99 | - |
| CMYK | 0 | 1.00 | 0.60 | 0.02 |
| HSL | 336.39º | 0.99% | 0.49% | - |
| HSV(B) | 336.39º | 1% | 0.98% | - |
| XYZ | 41.69 | 21.25 | 13.71 | - |
| YUV | 86.62 | 134.99 | 244.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 99 | 0 | 1.00 | 0.60 | 0.02 | 336.39 | 0.99 | 0.49 |
| Hex | FA | 1 | 63 | 0 | 64 | 3C | 2 | 150 | 63 | 31 |
| Octal | 372 | 1 | 143 | 0 | 144 | 74 | 2 | 520 | 143 | 61 |
| Binary | 11111010 | 1 | 1100011 | 0 | 1100100 | 111100 | 10 | 101010000 | 1100011 | 110001 |
Color Harmonies of #FA0163
Complementary color
Monochromatic Colors of #FA0163
Black with #FA0163
Text Example
Text Example
White with #FA0163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0163; }
p { color: rgb(250,1,99); }
H1.HeaderClassName
{
color: #FA0163;
}
.AnyTagClassName
{
color: #FA0163;
}
</style>
background-color css
<style>
a { background-color: #FA0163; }
a { background-color: rgb(250,1,99); }
div.DivClassName
{
background-color: #FA0163;
}
.BgClassName
{
background-color: #FA0163;
}
</style>
border-color css
<style>
span { border-color: #FA0163; }
span { border-color: rgb(250,1,99); }
td.TdClassName
{
border-color: #FA0163;
}
.TagClassName
{
border-color: #FA0163;
}
</style>