Shades of Razzmatazz #FA0A60
Tints of Razzmatazz #FA0A60
RGB
CMYK
RGB Variations
Color information
#FA0A60 (or 0xFA0A60) is known color: Razzmatazz. HEX triplet: FA, 0A and 60. RGB value is (250,10,96). Sum of RGB (Red+Green+Blue) = 250+10+96=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A60 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0A60 is #05F59F. Grayscale: #5B5B5B. Windows color (decimal): -390560 or 6294266. OLE color: 6294266.
HSL color Cylindrical-coordinate representation of color #FA0A60: hue angle of 338.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0A60 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 96 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.02 |
| HSL | 338.5º | 0.96% | 0.51% | - |
| HSV(B) | 338.5º | 0.96% | 0.98% | - |
| XYZ | 41.64 | 21.39 | 13 | - |
| YUV | 91.56 | 130.51 | 241.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 96 | 0 | 0.96 | 0.62 | 0.02 | 338.5 | 0.96 | 0.51 |
| Hex | FA | A | 60 | 0 | 60 | 3E | 2 | 152 | 60 | 33 |
| Octal | 372 | 12 | 140 | 0 | 140 | 76 | 2 | 522 | 140 | 63 |
| Binary | 11111010 | 1010 | 1100000 | 0 | 1100000 | 111110 | 10 | 101010010 | 1100000 | 110011 |
Color Harmonies of #FA0A60
Complementary color
Monochromatic Colors of #FA0A60
Black with #FA0A60
Text Example
Text Example
White with #FA0A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0A60; }
p { color: rgb(250,10,96); }
H1.HeaderClassName
{
color: #FA0A60;
}
.AnyTagClassName
{
color: #FA0A60;
}
</style>
background-color css
<style>
a { background-color: #FA0A60; }
a { background-color: rgb(250,10,96); }
div.DivClassName
{
background-color: #FA0A60;
}
.BgClassName
{
background-color: #FA0A60;
}
</style>
border-color css
<style>
span { border-color: #FA0A60; }
span { border-color: rgb(250,10,96); }
td.TdClassName
{
border-color: #FA0A60;
}
.TagClassName
{
border-color: #FA0A60;
}
</style>