Shades of Razzmatazz #FD0351
Tints of Razzmatazz #FD0351
RGB
CMYK
RGB Variations
Color information
#FD0351 (or 0xFD0351) is known color: Razzmatazz. HEX triplet: FD, 03 and 51. RGB value is (253,3,81). Sum of RGB (Red+Green+Blue) = 253+3+81=337 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.07% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0351 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0351 is #02FCAE. Grayscale: #565656. Windows color (decimal): -195759 or 5309437. OLE color: 5309437.
HSL color Cylindrical-coordinate representation of color #FD0351: hue angle of 341.28º 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 #FD0351 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 81 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.01 |
| HSL | 341.28º | 0.98% | 0.5% | - |
| HSV(B) | 341.28º | 0.99% | 0.99% | - |
| XYZ | 42.03 | 21.54 | 9.73 | - |
| YUV | 86.64 | 124.83 | 246.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 81 | 0 | 0.99 | 0.68 | 0.01 | 341.28 | 0.98 | 0.5 |
| Hex | FD | 3 | 51 | 0 | 63 | 44 | 1 | 155 | 62 | 32 |
| Octal | 375 | 3 | 121 | 0 | 143 | 104 | 1 | 525 | 142 | 62 |
| Binary | 11111101 | 11 | 1010001 | 0 | 1100011 | 1000100 | 1 | 101010101 | 1100010 | 110010 |
Color Harmonies of #FD0351
Complementary color
Monochromatic Colors of #FD0351
Black with #FD0351
Text Example
Text Example
White with #FD0351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0351; }
p { color: rgb(253,3,81); }
H1.HeaderClassName
{
color: #FD0351;
}
.AnyTagClassName
{
color: #FD0351;
}
</style>
background-color css
<style>
a { background-color: #FD0351; }
a { background-color: rgb(253,3,81); }
div.DivClassName
{
background-color: #FD0351;
}
.BgClassName
{
background-color: #FD0351;
}
</style>
border-color css
<style>
span { border-color: #FD0351; }
span { border-color: rgb(253,3,81); }
td.TdClassName
{
border-color: #FD0351;
}
.TagClassName
{
border-color: #FD0351;
}
</style>