Shades of Razzmatazz #FA1551
Tints of Razzmatazz #FA1551
RGB
CMYK
RGB Variations
Color information
#FA1551 (or 0xFA1551) is known color: Razzmatazz. HEX triplet: FA, 15 and 51. RGB value is (250,21,81). Sum of RGB (Red+Green+Blue) = 250+21+81=352 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.02% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1551 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1551 is #05EAAE. Grayscale: #606060. Windows color (decimal): -387759 or 5314042. OLE color: 5314042.
HSL color Cylindrical-coordinate representation of color #FA1551: hue angle of 344.28º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA1551 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 81 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.02 |
| HSL | 344.28º | 0.96% | 0.53% | - |
| HSV(B) | 344.28º | 0.92% | 0.98% | - |
| XYZ | 41.18 | 21.45 | 9.76 | - |
| YUV | 96.31 | 119.37 | 237.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 81 | 0 | 0.92 | 0.68 | 0.02 | 344.28 | 0.96 | 0.53 |
| Hex | FA | 15 | 51 | 0 | 5C | 44 | 2 | 158 | 60 | 35 |
| Octal | 372 | 25 | 121 | 0 | 134 | 104 | 2 | 530 | 140 | 65 |
| Binary | 11111010 | 10101 | 1010001 | 0 | 1011100 | 1000100 | 10 | 101011000 | 1100000 | 110101 |
Color Harmonies of #FA1551
Complementary color
Monochromatic Colors of #FA1551
Black with #FA1551
Text Example
Text Example
White with #FA1551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1551; }
p { color: rgb(250,21,81); }
H1.HeaderClassName
{
color: #FA1551;
}
.AnyTagClassName
{
color: #FA1551;
}
</style>
background-color css
<style>
a { background-color: #FA1551; }
a { background-color: rgb(250,21,81); }
div.DivClassName
{
background-color: #FA1551;
}
.BgClassName
{
background-color: #FA1551;
}
</style>
border-color css
<style>
span { border-color: #FA1551; }
span { border-color: rgb(250,21,81); }
td.TdClassName
{
border-color: #FA1551;
}
.TagClassName
{
border-color: #FA1551;
}
</style>