Shades of Razzmatazz #FD0251
Tints of Razzmatazz #FD0251
RGB
CMYK
RGB Variations
Color information
#FD0251 (or 0xFD0251) is known color: Razzmatazz. HEX triplet: FD, 02 and 51. RGB value is (253,2,81). Sum of RGB (Red+Green+Blue) = 253+2+81=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0251 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0251 is #02FDAE. Grayscale: #555555. Windows color (decimal): -196015 or 5309181. OLE color: 5309181.
HSL color Cylindrical-coordinate representation of color #FD0251: hue angle of 341.12º 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 #FD0251 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 81 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.01 |
| HSL | 341.12º | 0.98% | 0.5% | - |
| HSV(B) | 341.12º | 0.99% | 0.99% | - |
| XYZ | 42.01 | 21.52 | 9.72 | - |
| YUV | 86.06 | 125.16 | 247.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 81 | 0 | 0.99 | 0.68 | 0.01 | 341.12 | 0.98 | 0.5 |
| Hex | FD | 2 | 51 | 0 | 63 | 44 | 1 | 155 | 62 | 32 |
| Octal | 375 | 2 | 121 | 0 | 143 | 104 | 1 | 525 | 142 | 62 |
| Binary | 11111101 | 10 | 1010001 | 0 | 1100011 | 1000100 | 1 | 101010101 | 1100010 | 110010 |
Color Harmonies of #FD0251
Complementary color
Monochromatic Colors of #FD0251
Black with #FD0251
Text Example
Text Example
White with #FD0251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0251; }
p { color: rgb(253,2,81); }
H1.HeaderClassName
{
color: #FD0251;
}
.AnyTagClassName
{
color: #FD0251;
}
</style>
background-color css
<style>
a { background-color: #FD0251; }
a { background-color: rgb(253,2,81); }
div.DivClassName
{
background-color: #FD0251;
}
.BgClassName
{
background-color: #FD0251;
}
</style>
border-color css
<style>
span { border-color: #FD0251; }
span { border-color: rgb(253,2,81); }
td.TdClassName
{
border-color: #FD0251;
}
.TagClassName
{
border-color: #FD0251;
}
</style>