Shades of Razzmatazz #FA1153
Tints of Razzmatazz #FA1153
RGB
CMYK
RGB Variations
Color information
#FA1153 (or 0xFA1153) is known color: Razzmatazz. HEX triplet: FA, 11 and 53. RGB value is (250,17,83). Sum of RGB (Red+Green+Blue) = 250+17+83=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1153 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1153 is #05EEAC. Grayscale: #5E5E5E. Windows color (decimal): -388781 or 5444090. OLE color: 5444090.
HSL color Cylindrical-coordinate representation of color #FA1153: hue angle of 343º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1153 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 83 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.02 |
| HSL | 343º | 0.96% | 0.52% | - |
| HSV(B) | 343º | 0.93% | 0.98% | - |
| XYZ | 41.19 | 21.35 | 10.13 | - |
| YUV | 94.19 | 121.69 | 239.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 83 | 0 | 0.93 | 0.67 | 0.02 | 343 | 0.96 | 0.52 |
| Hex | FA | 11 | 53 | 0 | 5D | 43 | 2 | 157 | 60 | 34 |
| Octal | 372 | 21 | 123 | 0 | 135 | 103 | 2 | 527 | 140 | 64 |
| Binary | 11111010 | 10001 | 1010011 | 0 | 1011101 | 1000011 | 10 | 101010111 | 1100000 | 110100 |
Color Harmonies of #FA1153
Complementary color
Monochromatic Colors of #FA1153
Black with #FA1153
Text Example
Text Example
White with #FA1153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1153; }
p { color: rgb(250,17,83); }
H1.HeaderClassName
{
color: #FA1153;
}
.AnyTagClassName
{
color: #FA1153;
}
</style>
background-color css
<style>
a { background-color: #FA1153; }
a { background-color: rgb(250,17,83); }
div.DivClassName
{
background-color: #FA1153;
}
.BgClassName
{
background-color: #FA1153;
}
</style>
border-color css
<style>
span { border-color: #FA1153; }
span { border-color: rgb(250,17,83); }
td.TdClassName
{
border-color: #FA1153;
}
.TagClassName
{
border-color: #FA1153;
}
</style>