Shades of Razzmatazz #FD1256
Tints of Razzmatazz #FD1256
RGB
CMYK
RGB Variations
Color information
#FD1256 (or 0xFD1256) is known color: Razzmatazz. HEX triplet: FD, 12 and 56. RGB value is (253,18,86). Sum of RGB (Red+Green+Blue) = 253+18+86=357 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.87% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1256 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1256 is #02EDA9. Grayscale: #5F5F5F. Windows color (decimal): -191914 or 5640957. OLE color: 5640957.
HSL color Cylindrical-coordinate representation of color #FD1256: hue angle of 342.64º 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 #FD1256 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 86 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.01 |
| HSL | 342.64º | 0.98% | 0.53% | - |
| HSV(B) | 342.64º | 0.93% | 0.99% | - |
| XYZ | 42.4 | 21.99 | 10.81 | - |
| YUV | 96.02 | 122.36 | 239.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 86 | 0 | 0.93 | 0.66 | 0.01 | 342.64 | 0.98 | 0.53 |
| Hex | FD | 12 | 56 | 0 | 5D | 42 | 1 | 157 | 62 | 35 |
| Octal | 375 | 22 | 126 | 0 | 135 | 102 | 1 | 527 | 142 | 65 |
| Binary | 11111101 | 10010 | 1010110 | 0 | 1011101 | 1000010 | 1 | 101010111 | 1100010 | 110101 |
Color Harmonies of #FD1256
Complementary color
Monochromatic Colors of #FD1256
Black with #FD1256
Text Example
Text Example
White with #FD1256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1256; }
p { color: rgb(253,18,86); }
H1.HeaderClassName
{
color: #FD1256;
}
.AnyTagClassName
{
color: #FD1256;
}
</style>
background-color css
<style>
a { background-color: #FD1256; }
a { background-color: rgb(253,18,86); }
div.DivClassName
{
background-color: #FD1256;
}
.BgClassName
{
background-color: #FD1256;
}
</style>
border-color css
<style>
span { border-color: #FD1256; }
span { border-color: rgb(253,18,86); }
td.TdClassName
{
border-color: #FD1256;
}
.TagClassName
{
border-color: #FD1256;
}
</style>