Shades of Razzmatazz #FD1153
Tints of Razzmatazz #FD1153
RGB
CMYK
RGB Variations
Color information
#FD1153 (or 0xFD1153) is known color: Razzmatazz. HEX triplet: FD, 11 and 53. RGB value is (253,17,83). Sum of RGB (Red+Green+Blue) = 253+17+83=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1153 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1153 is #02EEAC. Grayscale: #5F5F5F. Windows color (decimal): -192173 or 5444093. OLE color: 5444093.
HSL color Cylindrical-coordinate representation of color #FD1153: hue angle of 343.22º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD1153 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 83 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.01 |
| HSL | 343.22º | 0.98% | 0.53% | - |
| HSV(B) | 343.22º | 0.93% | 0.99% | - |
| XYZ | 42.27 | 21.91 | 10.18 | - |
| YUV | 95.09 | 121.19 | 240.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 83 | 0 | 0.93 | 0.67 | 0.01 | 343.22 | 0.98 | 0.53 |
| Hex | FD | 11 | 53 | 0 | 5D | 43 | 1 | 157 | 62 | 35 |
| Octal | 375 | 21 | 123 | 0 | 135 | 103 | 1 | 527 | 142 | 65 |
| Binary | 11111101 | 10001 | 1010011 | 0 | 1011101 | 1000011 | 1 | 101010111 | 1100010 | 110101 |
Color Harmonies of #FD1153
Complementary color
Monochromatic Colors of #FD1153
Black with #FD1153
Text Example
Text Example
White with #FD1153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1153; }
p { color: rgb(253,17,83); }
H1.HeaderClassName
{
color: #FD1153;
}
.AnyTagClassName
{
color: #FD1153;
}
</style>
background-color css
<style>
a { background-color: #FD1153; }
a { background-color: rgb(253,17,83); }
div.DivClassName
{
background-color: #FD1153;
}
.BgClassName
{
background-color: #FD1153;
}
</style>
border-color css
<style>
span { border-color: #FD1153; }
span { border-color: rgb(253,17,83); }
td.TdClassName
{
border-color: #FD1153;
}
.TagClassName
{
border-color: #FD1153;
}
</style>