Shades of Razzmatazz #FA0760
Tints of Razzmatazz #FA0760
RGB
CMYK
RGB Variations
Color information
#FA0760 (or 0xFA0760) is known color: Razzmatazz. HEX triplet: FA, 07 and 60. RGB value is (250,7,96). Sum of RGB (Red+Green+Blue) = 250+7+96=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0760 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0760 is #05F89F. Grayscale: #595959. Windows color (decimal): -391328 or 6293498. OLE color: 6293498.
HSL color Cylindrical-coordinate representation of color #FA0760: hue angle of 338.02º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA0760 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 96 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.02 |
| HSL | 338.02º | 0.96% | 0.5% | - |
| HSV(B) | 338.02º | 0.97% | 0.98% | - |
| XYZ | 41.61 | 21.32 | 12.99 | - |
| YUV | 89.8 | 131.51 | 242.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 96 | 0 | 0.97 | 0.62 | 0.02 | 338.02 | 0.96 | 0.5 |
| Hex | FA | 7 | 60 | 0 | 61 | 3E | 2 | 152 | 60 | 32 |
| Octal | 372 | 7 | 140 | 0 | 141 | 76 | 2 | 522 | 140 | 62 |
| Binary | 11111010 | 111 | 1100000 | 0 | 1100001 | 111110 | 10 | 101010010 | 1100000 | 110010 |
Color Harmonies of #FA0760
Complementary color
Monochromatic Colors of #FA0760
Black with #FA0760
Text Example
Text Example
White with #FA0760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0760; }
p { color: rgb(250,7,96); }
H1.HeaderClassName
{
color: #FA0760;
}
.AnyTagClassName
{
color: #FA0760;
}
</style>
background-color css
<style>
a { background-color: #FA0760; }
a { background-color: rgb(250,7,96); }
div.DivClassName
{
background-color: #FA0760;
}
.BgClassName
{
background-color: #FA0760;
}
</style>
border-color css
<style>
span { border-color: #FA0760; }
span { border-color: rgb(250,7,96); }
td.TdClassName
{
border-color: #FA0760;
}
.TagClassName
{
border-color: #FA0760;
}
</style>