Shades of Razzmatazz #FA0060
Tints of Razzmatazz #FA0060
RGB
CMYK
RGB Variations
Color information
#FA0060 (or 0xFA0060) is known color: Razzmatazz. HEX triplet: FA, 00 and 60. RGB value is (250,0,96). Sum of RGB (Red+Green+Blue) = 250+0+96=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0060 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0060 is #05FF9F. Grayscale: #555555. Windows color (decimal): -393120 or 6291706. OLE color: 6291706.
HSL color Cylindrical-coordinate representation of color #FA0060: hue angle of 336.96º 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 #FA0060 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 96 | - |
| CMYK | 0 | 1 | 0.62 | 0.02 |
| HSL | 336.96º | 1% | 0.49% | - |
| HSV(B) | 336.96º | 1% | 0.98% | - |
| XYZ | 41.54 | 21.17 | 12.96 | - |
| YUV | 85.69 | 133.83 | 245.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 96 | 0 | 1 | 0.62 | 0.02 | 336.96 | 1 | 0.49 |
| Hex | FA | 0 | 60 | 0 | 64 | 3E | 2 | 151 | 64 | 31 |
| Octal | 372 | 0 | 140 | 0 | 144 | 76 | 2 | 521 | 144 | 61 |
| Binary | 11111010 | 0 | 1100000 | 0 | 1100100 | 111110 | 10 | 101010001 | 1100100 | 110001 |
Color Harmonies of #FA0060
Complementary color
Monochromatic Colors of #FA0060
Black with #FA0060
Text Example
Text Example
White with #FA0060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0060; }
p { color: rgb(250,0,96); }
H1.HeaderClassName
{
color: #FA0060;
}
.AnyTagClassName
{
color: #FA0060;
}
</style>
background-color css
<style>
a { background-color: #FA0060; }
a { background-color: rgb(250,0,96); }
div.DivClassName
{
background-color: #FA0060;
}
.BgClassName
{
background-color: #FA0060;
}
</style>
border-color css
<style>
span { border-color: #FA0060; }
span { border-color: rgb(250,0,96); }
td.TdClassName
{
border-color: #FA0060;
}
.TagClassName
{
border-color: #FA0060;
}
</style>