Shades of Razzmatazz #FD1255
Tints of Razzmatazz #FD1255
RGB
CMYK
RGB Variations
Color information
#FD1255 (or 0xFD1255) is known color: Razzmatazz. HEX triplet: FD, 12 and 55. RGB value is (253,18,85). Sum of RGB (Red+Green+Blue) = 253+18+85=356 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.07% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1255 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1255 is #02EDAA. Grayscale: #5F5F5F. Windows color (decimal): -191915 or 5575421. OLE color: 5575421.
HSL color Cylindrical-coordinate representation of color #FD1255: hue angle of 342.89º 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 #FD1255 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 85 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.01 |
| HSL | 342.89º | 0.98% | 0.53% | - |
| HSV(B) | 342.89º | 0.93% | 0.99% | - |
| XYZ | 42.36 | 21.97 | 10.6 | - |
| YUV | 95.9 | 121.86 | 240.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 85 | 0 | 0.93 | 0.66 | 0.01 | 342.89 | 0.98 | 0.53 |
| Hex | FD | 12 | 55 | 0 | 5D | 42 | 1 | 157 | 62 | 35 |
| Octal | 375 | 22 | 125 | 0 | 135 | 102 | 1 | 527 | 142 | 65 |
| Binary | 11111101 | 10010 | 1010101 | 0 | 1011101 | 1000010 | 1 | 101010111 | 1100010 | 110101 |
Color Harmonies of #FD1255
Complementary color
Monochromatic Colors of #FD1255
Black with #FD1255
Text Example
Text Example
White with #FD1255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1255; }
p { color: rgb(253,18,85); }
H1.HeaderClassName
{
color: #FD1255;
}
.AnyTagClassName
{
color: #FD1255;
}
</style>
background-color css
<style>
a { background-color: #FD1255; }
a { background-color: rgb(253,18,85); }
div.DivClassName
{
background-color: #FD1255;
}
.BgClassName
{
background-color: #FD1255;
}
</style>
border-color css
<style>
span { border-color: #FD1255; }
span { border-color: rgb(253,18,85); }
td.TdClassName
{
border-color: #FD1255;
}
.TagClassName
{
border-color: #FD1255;
}
</style>