Shades of Razzmatazz #FD0157
Tints of Razzmatazz #FD0157
RGB
CMYK
RGB Variations
Color information
#FD0157 (or 0xFD0157) is known color: Razzmatazz. HEX triplet: FD, 01 and 57. RGB value is (253,1,87). Sum of RGB (Red+Green+Blue) = 253+1+87=341 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.19% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0157 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0157 is #02FEA8. Grayscale: #565656. Windows color (decimal): -196265 or 5702141. OLE color: 5702141.
HSL color Cylindrical-coordinate representation of color #FD0157: hue angle of 339.52º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD0157 is Cyan = 0, Magento = 1.00, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 87 | - |
| CMYK | 0 | 1.00 | 0.66 | 0.01 |
| HSL | 339.52º | 0.99% | 0.5% | - |
| HSV(B) | 339.52º | 1% | 0.99% | - |
| XYZ | 42.24 | 21.59 | 10.96 | - |
| YUV | 86.15 | 128.49 | 247.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 87 | 0 | 1.00 | 0.66 | 0.01 | 339.52 | 0.99 | 0.5 |
| Hex | FD | 1 | 57 | 0 | 64 | 42 | 1 | 154 | 63 | 32 |
| Octal | 375 | 1 | 127 | 0 | 144 | 102 | 1 | 524 | 143 | 62 |
| Binary | 11111101 | 1 | 1010111 | 0 | 1100100 | 1000010 | 1 | 101010100 | 1100011 | 110010 |
Color Harmonies of #FD0157
Complementary color
Monochromatic Colors of #FD0157
Black with #FD0157
Text Example
Text Example
White with #FD0157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0157; }
p { color: rgb(253,1,87); }
H1.HeaderClassName
{
color: #FD0157;
}
.AnyTagClassName
{
color: #FD0157;
}
</style>
background-color css
<style>
a { background-color: #FD0157; }
a { background-color: rgb(253,1,87); }
div.DivClassName
{
background-color: #FD0157;
}
.BgClassName
{
background-color: #FD0157;
}
</style>
border-color css
<style>
span { border-color: #FD0157; }
span { border-color: rgb(253,1,87); }
td.TdClassName
{
border-color: #FD0157;
}
.TagClassName
{
border-color: #FD0157;
}
</style>