Shades of Razzmatazz #FA1655
Tints of Razzmatazz #FA1655
RGB
CMYK
RGB Variations
Color information
#FA1655 (or 0xFA1655) is known color: Razzmatazz. HEX triplet: FA, 16 and 55. RGB value is (250,22,85). Sum of RGB (Red+Green+Blue) = 250+22+85=357 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.03% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1655 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1655 is #05E9AA. Grayscale: #616161. Windows color (decimal): -387499 or 5576442. OLE color: 5576442.
HSL color Cylindrical-coordinate representation of color #FA1655: hue angle of 343.42º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA1655 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 85 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.02 |
| HSL | 343.42º | 0.96% | 0.53% | - |
| HSV(B) | 343.42º | 0.91% | 0.98% | - |
| XYZ | 41.35 | 21.55 | 10.58 | - |
| YUV | 97.35 | 121.04 | 236.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 85 | 0 | 0.91 | 0.66 | 0.02 | 343.42 | 0.96 | 0.53 |
| Hex | FA | 16 | 55 | 0 | 5B | 42 | 2 | 157 | 60 | 35 |
| Octal | 372 | 26 | 125 | 0 | 133 | 102 | 2 | 527 | 140 | 65 |
| Binary | 11111010 | 10110 | 1010101 | 0 | 1011011 | 1000010 | 10 | 101010111 | 1100000 | 110101 |
Color Harmonies of #FA1655
Complementary color
Monochromatic Colors of #FA1655
Black with #FA1655
Text Example
Text Example
White with #FA1655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1655; }
p { color: rgb(250,22,85); }
H1.HeaderClassName
{
color: #FA1655;
}
.AnyTagClassName
{
color: #FA1655;
}
</style>
background-color css
<style>
a { background-color: #FA1655; }
a { background-color: rgb(250,22,85); }
div.DivClassName
{
background-color: #FA1655;
}
.BgClassName
{
background-color: #FA1655;
}
</style>
border-color css
<style>
span { border-color: #FA1655; }
span { border-color: rgb(250,22,85); }
td.TdClassName
{
border-color: #FA1655;
}
.TagClassName
{
border-color: #FA1655;
}
</style>