Shades of Razzmatazz #FD1254
Tints of Razzmatazz #FD1254
RGB
CMYK
RGB Variations
Color information
#FD1254 (or 0xFD1254) is known color: Razzmatazz. HEX triplet: FD, 12 and 54. RGB value is (253,18,84). Sum of RGB (Red+Green+Blue) = 253+18+84=355 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.27% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1254 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1254 is #02EDAB. Grayscale: #5F5F5F. Windows color (decimal): -191916 or 5509885. OLE color: 5509885.
HSL color Cylindrical-coordinate representation of color #FD1254: hue angle of 343.15º 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 #FD1254 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 84 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.01 |
| HSL | 343.15º | 0.98% | 0.53% | - |
| HSV(B) | 343.15º | 0.93% | 0.99% | - |
| XYZ | 42.32 | 21.96 | 10.39 | - |
| YUV | 95.79 | 121.36 | 240.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 84 | 0 | 0.93 | 0.67 | 0.01 | 343.15 | 0.98 | 0.53 |
| Hex | FD | 12 | 54 | 0 | 5D | 43 | 1 | 157 | 62 | 35 |
| Octal | 375 | 22 | 124 | 0 | 135 | 103 | 1 | 527 | 142 | 65 |
| Binary | 11111101 | 10010 | 1010100 | 0 | 1011101 | 1000011 | 1 | 101010111 | 1100010 | 110101 |
Color Harmonies of #FD1254
Complementary color
Monochromatic Colors of #FD1254
Black with #FD1254
Text Example
Text Example
White with #FD1254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1254; }
p { color: rgb(253,18,84); }
H1.HeaderClassName
{
color: #FD1254;
}
.AnyTagClassName
{
color: #FD1254;
}
</style>
background-color css
<style>
a { background-color: #FD1254; }
a { background-color: rgb(253,18,84); }
div.DivClassName
{
background-color: #FD1254;
}
.BgClassName
{
background-color: #FD1254;
}
</style>
border-color css
<style>
span { border-color: #FD1254; }
span { border-color: rgb(253,18,84); }
td.TdClassName
{
border-color: #FD1254;
}
.TagClassName
{
border-color: #FD1254;
}
</style>