Shades of Razzmatazz #FA1452
Tints of Razzmatazz #FA1452
RGB
CMYK
RGB Variations
Color information
#FA1452 (or 0xFA1452) is known color: Razzmatazz. HEX triplet: FA, 14 and 52. RGB value is (250,20,82). Sum of RGB (Red+Green+Blue) = 250+20+82=352 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.02% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1452 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1452 is #05EBAD. Grayscale: #5F5F5F. Windows color (decimal): -388014 or 5379322. OLE color: 5379322.
HSL color Cylindrical-coordinate representation of color #FA1452: hue angle of 343.83º 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 #FA1452 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 82 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.02 |
| HSL | 343.83º | 0.96% | 0.53% | - |
| HSV(B) | 343.83º | 0.92% | 0.98% | - |
| XYZ | 41.2 | 21.43 | 9.95 | - |
| YUV | 95.84 | 120.2 | 237.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 82 | 0 | 0.92 | 0.67 | 0.02 | 343.83 | 0.96 | 0.53 |
| Hex | FA | 14 | 52 | 0 | 5C | 43 | 2 | 158 | 60 | 35 |
| Octal | 372 | 24 | 122 | 0 | 134 | 103 | 2 | 530 | 140 | 65 |
| Binary | 11111010 | 10100 | 1010010 | 0 | 1011100 | 1000011 | 10 | 101011000 | 1100000 | 110101 |
Color Harmonies of #FA1452
Complementary color
Monochromatic Colors of #FA1452
Black with #FA1452
Text Example
Text Example
White with #FA1452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1452; }
p { color: rgb(250,20,82); }
H1.HeaderClassName
{
color: #FA1452;
}
.AnyTagClassName
{
color: #FA1452;
}
</style>
background-color css
<style>
a { background-color: #FA1452; }
a { background-color: rgb(250,20,82); }
div.DivClassName
{
background-color: #FA1452;
}
.BgClassName
{
background-color: #FA1452;
}
</style>
border-color css
<style>
span { border-color: #FA1452; }
span { border-color: rgb(250,20,82); }
td.TdClassName
{
border-color: #FA1452;
}
.TagClassName
{
border-color: #FA1452;
}
</style>