Shades of Razzmatazz #FD0E51
Tints of Razzmatazz #FD0E51
RGB
CMYK
RGB Variations
Color information
#FD0E51 (or 0xFD0E51) is known color: Razzmatazz. HEX triplet: FD, 0E and 51. RGB value is (253,14,81). Sum of RGB (Red+Green+Blue) = 253+14+81=348 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.70% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0E51 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0E51 is #02F1AE. Grayscale: #5D5D5D. Windows color (decimal): -192943 or 5312253. OLE color: 5312253.
HSL color Cylindrical-coordinate representation of color #FD0E51: hue angle of 343.18º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD0E51 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 14 | 81 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.01 |
| HSL | 343.18º | 0.98% | 0.52% | - |
| HSV(B) | 343.18º | 0.94% | 0.99% | - |
| XYZ | 42.15 | 21.79 | 9.77 | - |
| YUV | 93.1 | 121.18 | 242.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 14 | 81 | 0 | 0.94 | 0.68 | 0.01 | 343.18 | 0.98 | 0.52 |
| Hex | FD | E | 51 | 0 | 5E | 44 | 1 | 157 | 62 | 34 |
| Octal | 375 | 16 | 121 | 0 | 136 | 104 | 1 | 527 | 142 | 64 |
| Binary | 11111101 | 1110 | 1010001 | 0 | 1011110 | 1000100 | 1 | 101010111 | 1100010 | 110100 |
Color Harmonies of #FD0E51
Complementary color
Monochromatic Colors of #FD0E51
Black with #FD0E51
Text Example
Text Example
White with #FD0E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0E51; }
p { color: rgb(253,14,81); }
H1.HeaderClassName
{
color: #FD0E51;
}
.AnyTagClassName
{
color: #FD0E51;
}
</style>
background-color css
<style>
a { background-color: #FD0E51; }
a { background-color: rgb(253,14,81); }
div.DivClassName
{
background-color: #FD0E51;
}
.BgClassName
{
background-color: #FD0E51;
}
</style>
border-color css
<style>
span { border-color: #FD0E51; }
span { border-color: rgb(253,14,81); }
td.TdClassName
{
border-color: #FD0E51;
}
.TagClassName
{
border-color: #FD0E51;
}
</style>