Shades of Razzmatazz #FD1355
Tints of Razzmatazz #FD1355
RGB
CMYK
RGB Variations
Color information
#FD1355 (or 0xFD1355) is known color: Razzmatazz. HEX triplet: FD, 13 and 55. RGB value is (253,19,85). Sum of RGB (Red+Green+Blue) = 253+19+85=357 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.87% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1355 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1355 is #02ECAA. Grayscale: #606060. Windows color (decimal): -191659 or 5575677. OLE color: 5575677.
HSL color Cylindrical-coordinate representation of color #FD1355: hue angle of 343.08º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1355 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 19 | 85 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.01 |
| HSL | 343.08º | 0.98% | 0.53% | - |
| HSV(B) | 343.08º | 0.92% | 0.99% | - |
| XYZ | 42.38 | 22 | 10.61 | - |
| YUV | 96.49 | 121.52 | 239.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 19 | 85 | 0 | 0.92 | 0.66 | 0.01 | 343.08 | 0.98 | 0.53 |
| Hex | FD | 13 | 55 | 0 | 5C | 42 | 1 | 157 | 62 | 35 |
| Octal | 375 | 23 | 125 | 0 | 134 | 102 | 1 | 527 | 142 | 65 |
| Binary | 11111101 | 10011 | 1010101 | 0 | 1011100 | 1000010 | 1 | 101010111 | 1100010 | 110101 |
Color Harmonies of #FD1355
Complementary color
Monochromatic Colors of #FD1355
Black with #FD1355
Text Example
Text Example
White with #FD1355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1355; }
p { color: rgb(253,19,85); }
H1.HeaderClassName
{
color: #FD1355;
}
.AnyTagClassName
{
color: #FD1355;
}
</style>
background-color css
<style>
a { background-color: #FD1355; }
a { background-color: rgb(253,19,85); }
div.DivClassName
{
background-color: #FD1355;
}
.BgClassName
{
background-color: #FD1355;
}
</style>
border-color css
<style>
span { border-color: #FD1355; }
span { border-color: rgb(253,19,85); }
td.TdClassName
{
border-color: #FD1355;
}
.TagClassName
{
border-color: #FD1355;
}
</style>