Shades of Razzmatazz #FD0257
Tints of Razzmatazz #FD0257
RGB
CMYK
RGB Variations
Color information
#FD0257 (or 0xFD0257) is known color: Razzmatazz. HEX triplet: FD, 02 and 57. RGB value is (253,2,87). Sum of RGB (Red+Green+Blue) = 253+2+87=342 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.98% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0257 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0257 is #02FDA8. Grayscale: #565656. Windows color (decimal): -196009 or 5702397. OLE color: 5702397.
HSL color Cylindrical-coordinate representation of color #FD0257: hue angle of 339.68º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD0257 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 87 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.01 |
| HSL | 339.68º | 0.98% | 0.5% | - |
| HSV(B) | 339.68º | 0.99% | 0.99% | - |
| XYZ | 42.25 | 21.61 | 10.96 | - |
| YUV | 86.74 | 128.16 | 246.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 87 | 0 | 0.99 | 0.66 | 0.01 | 339.68 | 0.98 | 0.5 |
| Hex | FD | 2 | 57 | 0 | 63 | 42 | 1 | 154 | 62 | 32 |
| Octal | 375 | 2 | 127 | 0 | 143 | 102 | 1 | 524 | 142 | 62 |
| Binary | 11111101 | 10 | 1010111 | 0 | 1100011 | 1000010 | 1 | 101010100 | 1100010 | 110010 |
Color Harmonies of #FD0257
Complementary color
Monochromatic Colors of #FD0257
Black with #FD0257
Text Example
Text Example
White with #FD0257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0257; }
p { color: rgb(253,2,87); }
H1.HeaderClassName
{
color: #FD0257;
}
.AnyTagClassName
{
color: #FD0257;
}
</style>
background-color css
<style>
a { background-color: #FD0257; }
a { background-color: rgb(253,2,87); }
div.DivClassName
{
background-color: #FD0257;
}
.BgClassName
{
background-color: #FD0257;
}
</style>
border-color css
<style>
span { border-color: #FD0257; }
span { border-color: rgb(253,2,87); }
td.TdClassName
{
border-color: #FD0257;
}
.TagClassName
{
border-color: #FD0257;
}
</style>