Shades of Razzmatazz #FA1756
Tints of Razzmatazz #FA1756
RGB
CMYK
RGB Variations
Color information
#FA1756 (or 0xFA1756) is known color: Razzmatazz. HEX triplet: FA, 17 and 56. RGB value is (250,23,86). Sum of RGB (Red+Green+Blue) = 250+23+86=359 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.64% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1756 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1756 is #05E8A9. Grayscale: #626262. Windows color (decimal): -387242 or 5642234. OLE color: 5642234.
HSL color Cylindrical-coordinate representation of color #FA1756: hue angle of 343.35º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA1756 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 86 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.02 |
| HSL | 343.35º | 0.96% | 0.54% | - |
| HSV(B) | 343.35º | 0.91% | 0.98% | - |
| XYZ | 41.41 | 21.61 | 10.79 | - |
| YUV | 98.06 | 121.21 | 236.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 86 | 0 | 0.91 | 0.66 | 0.02 | 343.35 | 0.96 | 0.54 |
| Hex | FA | 17 | 56 | 0 | 5B | 42 | 2 | 157 | 60 | 36 |
| Octal | 372 | 27 | 126 | 0 | 133 | 102 | 2 | 527 | 140 | 66 |
| Binary | 11111010 | 10111 | 1010110 | 0 | 1011011 | 1000010 | 10 | 101010111 | 1100000 | 110110 |
Color Harmonies of #FA1756
Complementary color
Monochromatic Colors of #FA1756
Black with #FA1756
Text Example
Text Example
White with #FA1756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1756; }
p { color: rgb(250,23,86); }
H1.HeaderClassName
{
color: #FA1756;
}
.AnyTagClassName
{
color: #FA1756;
}
</style>
background-color css
<style>
a { background-color: #FA1756; }
a { background-color: rgb(250,23,86); }
div.DivClassName
{
background-color: #FA1756;
}
.BgClassName
{
background-color: #FA1756;
}
</style>
border-color css
<style>
span { border-color: #FA1756; }
span { border-color: rgb(250,23,86); }
td.TdClassName
{
border-color: #FA1756;
}
.TagClassName
{
border-color: #FA1756;
}
</style>