Shades of Razzmatazz #FD0953
Tints of Razzmatazz #FD0953
RGB
CMYK
RGB Variations
Color information
#FD0953 (or 0xFD0953) is known color: Razzmatazz. HEX triplet: FD, 09 and 53. RGB value is (253,9,83). Sum of RGB (Red+Green+Blue) = 253+9+83=345 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.33% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0953 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0953 is #02F6AC. Grayscale: #5A5A5A. Windows color (decimal): -194221 or 5442045. OLE color: 5442045.
HSL color Cylindrical-coordinate representation of color #FD0953: hue angle of 341.8º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0953 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 9 | 83 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.01 |
| HSL | 341.8º | 0.98% | 0.51% | - |
| HSV(B) | 341.8º | 0.96% | 0.99% | - |
| XYZ | 42.17 | 21.7 | 10.15 | - |
| YUV | 90.39 | 123.84 | 243.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 9 | 83 | 0 | 0.96 | 0.67 | 0.01 | 341.8 | 0.98 | 0.51 |
| Hex | FD | 9 | 53 | 0 | 60 | 43 | 1 | 156 | 62 | 33 |
| Octal | 375 | 11 | 123 | 0 | 140 | 103 | 1 | 526 | 142 | 63 |
| Binary | 11111101 | 1001 | 1010011 | 0 | 1100000 | 1000011 | 1 | 101010110 | 1100010 | 110011 |
Color Harmonies of #FD0953
Complementary color
Monochromatic Colors of #FD0953
Black with #FD0953
Text Example
Text Example
White with #FD0953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0953; }
p { color: rgb(253,9,83); }
H1.HeaderClassName
{
color: #FD0953;
}
.AnyTagClassName
{
color: #FD0953;
}
</style>
background-color css
<style>
a { background-color: #FD0953; }
a { background-color: rgb(253,9,83); }
div.DivClassName
{
background-color: #FD0953;
}
.BgClassName
{
background-color: #FD0953;
}
</style>
border-color css
<style>
span { border-color: #FD0953; }
span { border-color: rgb(253,9,83); }
td.TdClassName
{
border-color: #FD0953;
}
.TagClassName
{
border-color: #FD0953;
}
</style>