Shades of Razzmatazz #FD1458
Tints of Razzmatazz #FD1458
RGB
CMYK
RGB Variations
Color information
#FD1458 (or 0xFD1458) is known color: Razzmatazz. HEX triplet: FD, 14 and 58. RGB value is (253,20,88). Sum of RGB (Red+Green+Blue) = 253+20+88=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1458 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1458 is #02EBA7. Grayscale: #616161. Windows color (decimal): -191400 or 5772541. OLE color: 5772541.
HSL color Cylindrical-coordinate representation of color #FD1458: hue angle of 342.49º 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 #FD1458 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 88 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.01 |
| HSL | 342.49º | 0.98% | 0.54% | - |
| HSV(B) | 342.49º | 0.92% | 0.99% | - |
| XYZ | 42.52 | 22.09 | 11.25 | - |
| YUV | 97.42 | 122.69 | 238.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 88 | 0 | 0.92 | 0.65 | 0.01 | 342.49 | 0.98 | 0.54 |
| Hex | FD | 14 | 58 | 0 | 5C | 41 | 1 | 156 | 62 | 36 |
| Octal | 375 | 24 | 130 | 0 | 134 | 101 | 1 | 526 | 142 | 66 |
| Binary | 11111101 | 10100 | 1011000 | 0 | 1011100 | 1000001 | 1 | 101010110 | 1100010 | 110110 |
Color Harmonies of #FD1458
Complementary color
Monochromatic Colors of #FD1458
Black with #FD1458
Text Example
Text Example
White with #FD1458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1458; }
p { color: rgb(253,20,88); }
H1.HeaderClassName
{
color: #FD1458;
}
.AnyTagClassName
{
color: #FD1458;
}
</style>
background-color css
<style>
a { background-color: #FD1458; }
a { background-color: rgb(253,20,88); }
div.DivClassName
{
background-color: #FD1458;
}
.BgClassName
{
background-color: #FD1458;
}
</style>
border-color css
<style>
span { border-color: #FD1458; }
span { border-color: rgb(253,20,88); }
td.TdClassName
{
border-color: #FD1458;
}
.TagClassName
{
border-color: #FD1458;
}
</style>