Shades of Razzmatazz #FD1053
Tints of Razzmatazz #FD1053
RGB
CMYK
RGB Variations
Color information
#FD1053 (or 0xFD1053) is known color: Razzmatazz. HEX triplet: FD, 10 and 53. RGB value is (253,16,83). Sum of RGB (Red+Green+Blue) = 253+16+83=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1053 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1053 is #02EFAC. Grayscale: #5E5E5E. Windows color (decimal): -192429 or 5443837. OLE color: 5443837.
HSL color Cylindrical-coordinate representation of color #FD1053: hue angle of 343.04º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD1053 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 83 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.01 |
| HSL | 343.04º | 0.98% | 0.53% | - |
| HSV(B) | 343.04º | 0.94% | 0.99% | - |
| XYZ | 42.25 | 21.88 | 10.18 | - |
| YUV | 94.5 | 121.52 | 241.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 83 | 0 | 0.94 | 0.67 | 0.01 | 343.04 | 0.98 | 0.53 |
| Hex | FD | 10 | 53 | 0 | 5E | 43 | 1 | 157 | 62 | 35 |
| Octal | 375 | 20 | 123 | 0 | 136 | 103 | 1 | 527 | 142 | 65 |
| Binary | 11111101 | 10000 | 1010011 | 0 | 1011110 | 1000011 | 1 | 101010111 | 1100010 | 110101 |
Color Harmonies of #FD1053
Complementary color
Monochromatic Colors of #FD1053
Black with #FD1053
Text Example
Text Example
White with #FD1053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1053; }
p { color: rgb(253,16,83); }
H1.HeaderClassName
{
color: #FD1053;
}
.AnyTagClassName
{
color: #FD1053;
}
</style>
background-color css
<style>
a { background-color: #FD1053; }
a { background-color: rgb(253,16,83); }
div.DivClassName
{
background-color: #FD1053;
}
.BgClassName
{
background-color: #FD1053;
}
</style>
border-color css
<style>
span { border-color: #FD1053; }
span { border-color: rgb(253,16,83); }
td.TdClassName
{
border-color: #FD1053;
}
.TagClassName
{
border-color: #FD1053;
}
</style>