Shades of Razzmatazz #FA0553
Tints of Razzmatazz #FA0553
RGB
CMYK
RGB Variations
Color information
#FA0553 (or 0xFA0553) is known color: Razzmatazz. HEX triplet: FA, 05 and 53. RGB value is (250,5,83). Sum of RGB (Red+Green+Blue) = 250+5+83=338 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.96% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0553 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0553 is #05FAAC. Grayscale: #575757. Windows color (decimal): -391853 or 5441018. OLE color: 5441018.
HSL color Cylindrical-coordinate representation of color #FA0553: hue angle of 340.9º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA0553 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 83 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.02 |
| HSL | 340.9º | 0.96% | 0.5% | - |
| HSV(B) | 340.9º | 0.98% | 0.98% | - |
| XYZ | 41.04 | 21.06 | 10.08 | - |
| YUV | 87.15 | 125.67 | 244.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 83 | 0 | 0.98 | 0.67 | 0.02 | 340.9 | 0.96 | 0.5 |
| Hex | FA | 5 | 53 | 0 | 62 | 43 | 2 | 155 | 60 | 32 |
| Octal | 372 | 5 | 123 | 0 | 142 | 103 | 2 | 525 | 140 | 62 |
| Binary | 11111010 | 101 | 1010011 | 0 | 1100010 | 1000011 | 10 | 101010101 | 1100000 | 110010 |
Color Harmonies of #FA0553
Complementary color
Monochromatic Colors of #FA0553
Black with #FA0553
Text Example
Text Example
White with #FA0553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0553; }
p { color: rgb(250,5,83); }
H1.HeaderClassName
{
color: #FA0553;
}
.AnyTagClassName
{
color: #FA0553;
}
</style>
background-color css
<style>
a { background-color: #FA0553; }
a { background-color: rgb(250,5,83); }
div.DivClassName
{
background-color: #FA0553;
}
.BgClassName
{
background-color: #FA0553;
}
</style>
border-color css
<style>
span { border-color: #FA0553; }
span { border-color: rgb(250,5,83); }
td.TdClassName
{
border-color: #FA0553;
}
.TagClassName
{
border-color: #FA0553;
}
</style>