Shades of Razzmatazz #FD1453
Tints of Razzmatazz #FD1453
RGB
CMYK
RGB Variations
Color information
#FD1453 (or 0xFD1453) is known color: Razzmatazz. HEX triplet: FD, 14 and 53. RGB value is (253,20,83). Sum of RGB (Red+Green+Blue) = 253+20+83=356 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.07% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1453 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1453 is #02EBAC. Grayscale: #606060. Windows color (decimal): -191405 or 5444861. OLE color: 5444861.
HSL color Cylindrical-coordinate representation of color #FD1453: hue angle of 343.78º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1453 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 83 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.01 |
| HSL | 343.78º | 0.98% | 0.54% | - |
| HSV(B) | 343.78º | 0.92% | 0.99% | - |
| XYZ | 42.32 | 22.01 | 10.2 | - |
| YUV | 96.85 | 120.19 | 239.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 83 | 0 | 0.92 | 0.67 | 0.01 | 343.78 | 0.98 | 0.54 |
| Hex | FD | 14 | 53 | 0 | 5C | 43 | 1 | 158 | 62 | 36 |
| Octal | 375 | 24 | 123 | 0 | 134 | 103 | 1 | 530 | 142 | 66 |
| Binary | 11111101 | 10100 | 1010011 | 0 | 1011100 | 1000011 | 1 | 101011000 | 1100010 | 110110 |
Color Harmonies of #FD1453
Complementary color
Monochromatic Colors of #FD1453
Black with #FD1453
Text Example
Text Example
White with #FD1453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1453; }
p { color: rgb(253,20,83); }
H1.HeaderClassName
{
color: #FD1453;
}
.AnyTagClassName
{
color: #FD1453;
}
</style>
background-color css
<style>
a { background-color: #FD1453; }
a { background-color: rgb(253,20,83); }
div.DivClassName
{
background-color: #FD1453;
}
.BgClassName
{
background-color: #FD1453;
}
</style>
border-color css
<style>
span { border-color: #FD1453; }
span { border-color: rgb(253,20,83); }
td.TdClassName
{
border-color: #FD1453;
}
.TagClassName
{
border-color: #FD1453;
}
</style>