Shades of Razzmatazz #FA1552
Tints of Razzmatazz #FA1552
RGB
CMYK
RGB Variations
Color information
#FA1552 (or 0xFA1552) is known color: Razzmatazz. HEX triplet: FA, 15 and 52. RGB value is (250,21,82). Sum of RGB (Red+Green+Blue) = 250+21+82=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1552 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1552 is #05EAAD. Grayscale: #606060. Windows color (decimal): -387758 or 5379578. OLE color: 5379578.
HSL color Cylindrical-coordinate representation of color #FA1552: hue angle of 344.02º 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 #FA1552 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 82 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.02 |
| HSL | 344.02º | 0.96% | 0.53% | - |
| HSV(B) | 344.02º | 0.92% | 0.98% | - |
| XYZ | 41.22 | 21.47 | 9.95 | - |
| YUV | 96.43 | 119.87 | 237.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 82 | 0 | 0.92 | 0.67 | 0.02 | 344.02 | 0.96 | 0.53 |
| Hex | FA | 15 | 52 | 0 | 5C | 43 | 2 | 158 | 60 | 35 |
| Octal | 372 | 25 | 122 | 0 | 134 | 103 | 2 | 530 | 140 | 65 |
| Binary | 11111010 | 10101 | 1010010 | 0 | 1011100 | 1000011 | 10 | 101011000 | 1100000 | 110101 |
Color Harmonies of #FA1552
Complementary color
Monochromatic Colors of #FA1552
Black with #FA1552
Text Example
Text Example
White with #FA1552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1552; }
p { color: rgb(250,21,82); }
H1.HeaderClassName
{
color: #FA1552;
}
.AnyTagClassName
{
color: #FA1552;
}
</style>
background-color css
<style>
a { background-color: #FA1552; }
a { background-color: rgb(250,21,82); }
div.DivClassName
{
background-color: #FA1552;
}
.BgClassName
{
background-color: #FA1552;
}
</style>
border-color css
<style>
span { border-color: #FA1552; }
span { border-color: rgb(250,21,82); }
td.TdClassName
{
border-color: #FA1552;
}
.TagClassName
{
border-color: #FA1552;
}
</style>