Shades of Razzmatazz #FA0565
Tints of Razzmatazz #FA0565
RGB
CMYK
RGB Variations
Color information
#FA0565 (or 0xFA0565) is known color: Razzmatazz. HEX triplet: FA, 05 and 65. RGB value is (250,5,101). Sum of RGB (Red+Green+Blue) = 250+5+101=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0565 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0565 is #05FA9A. Grayscale: #595959. Windows color (decimal): -391835 or 6620666. OLE color: 6620666.
HSL color Cylindrical-coordinate representation of color #FA0565: hue angle of 336.49º 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 #FA0565 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 101 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.02 |
| HSL | 336.49º | 0.96% | 0.5% | - |
| HSV(B) | 336.49º | 0.98% | 0.98% | - |
| XYZ | 41.83 | 21.37 | 14.23 | - |
| YUV | 89.2 | 134.67 | 242.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 101 | 0 | 0.98 | 0.60 | 0.02 | 336.49 | 0.96 | 0.5 |
| Hex | FA | 5 | 65 | 0 | 62 | 3C | 2 | 150 | 60 | 32 |
| Octal | 372 | 5 | 145 | 0 | 142 | 74 | 2 | 520 | 140 | 62 |
| Binary | 11111010 | 101 | 1100101 | 0 | 1100010 | 111100 | 10 | 101010000 | 1100000 | 110010 |
Color Harmonies of #FA0565
Complementary color
Monochromatic Colors of #FA0565
Black with #FA0565
Text Example
Text Example
White with #FA0565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0565; }
p { color: rgb(250,5,101); }
H1.HeaderClassName
{
color: #FA0565;
}
.AnyTagClassName
{
color: #FA0565;
}
</style>
background-color css
<style>
a { background-color: #FA0565; }
a { background-color: rgb(250,5,101); }
div.DivClassName
{
background-color: #FA0565;
}
.BgClassName
{
background-color: #FA0565;
}
</style>
border-color css
<style>
span { border-color: #FA0565; }
span { border-color: rgb(250,5,101); }
td.TdClassName
{
border-color: #FA0565;
}
.TagClassName
{
border-color: #FA0565;
}
</style>