Shades of Razzmatazz #FA0053
Tints of Razzmatazz #FA0053
RGB
CMYK
RGB Variations
Color information
#FA0053 (or 0xFA0053) is known color: Razzmatazz. HEX triplet: FA, 00 and 53. RGB value is (250,0,83). Sum of RGB (Red+Green+Blue) = 250+0+83=333 (44% of max value = 765). Red value is 250 (98.05% from 255 or 75.08% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0053 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0053 is #05FFAC. Grayscale: #545454. Windows color (decimal): -393133 or 5439738. OLE color: 5439738.
HSL color Cylindrical-coordinate representation of color #FA0053: hue angle of 340.08º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0053 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.67 | 0.02 |
| HSL | 340.08º | 1% | 0.49% | - |
| HSV(B) | 340.08º | 1% | 0.98% | - |
| XYZ | 40.99 | 20.95 | 10.07 | - |
| YUV | 84.21 | 127.33 | 246.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 83 | 0 | 1 | 0.67 | 0.02 | 340.08 | 1 | 0.49 |
| Hex | FA | 0 | 53 | 0 | 64 | 43 | 2 | 154 | 64 | 31 |
| Octal | 372 | 0 | 123 | 0 | 144 | 103 | 2 | 524 | 144 | 61 |
| Binary | 11111010 | 0 | 1010011 | 0 | 1100100 | 1000011 | 10 | 101010100 | 1100100 | 110001 |
Color Harmonies of #FA0053
Complementary color
Monochromatic Colors of #FA0053
Black with #FA0053
Text Example
Text Example
White with #FA0053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0053; }
p { color: rgb(250,0,83); }
H1.HeaderClassName
{
color: #FA0053;
}
.AnyTagClassName
{
color: #FA0053;
}
</style>
background-color css
<style>
a { background-color: #FA0053; }
a { background-color: rgb(250,0,83); }
div.DivClassName
{
background-color: #FA0053;
}
.BgClassName
{
background-color: #FA0053;
}
</style>
border-color css
<style>
span { border-color: #FA0053; }
span { border-color: rgb(250,0,83); }
td.TdClassName
{
border-color: #FA0053;
}
.TagClassName
{
border-color: #FA0053;
}
</style>