Shades of Razzmatazz #FD0D65
Tints of Razzmatazz #FD0D65
RGB
CMYK
RGB Variations
Color information
#FD0D65 (or 0xFD0D65) is known color: Razzmatazz. HEX triplet: FD, 0D and 65. RGB value is (253,13,101). Sum of RGB (Red+Green+Blue) = 253+13+101=367 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.94% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0D65 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0D65 is #02F29A. Grayscale: #5E5E5E. Windows color (decimal): -193179 or 6622717. OLE color: 6622717.
HSL color Cylindrical-coordinate representation of color #FD0D65: hue angle of 338º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD0D65 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 13 | 101 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.01 |
| HSL | 338º | 0.98% | 0.52% | - |
| HSV(B) | 338º | 0.95% | 0.99% | - |
| XYZ | 43 | 22.11 | 14.31 | - |
| YUV | 94.79 | 131.51 | 240.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 13 | 101 | 0 | 0.95 | 0.60 | 0.01 | 338 | 0.98 | 0.52 |
| Hex | FD | D | 65 | 0 | 5F | 3C | 1 | 152 | 62 | 34 |
| Octal | 375 | 15 | 145 | 0 | 137 | 74 | 1 | 522 | 142 | 64 |
| Binary | 11111101 | 1101 | 1100101 | 0 | 1011111 | 111100 | 1 | 101010010 | 1100010 | 110100 |
Color Harmonies of #FD0D65
Complementary color
Monochromatic Colors of #FD0D65
Black with #FD0D65
Text Example
Text Example
White with #FD0D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0D65; }
p { color: rgb(253,13,101); }
H1.HeaderClassName
{
color: #FD0D65;
}
.AnyTagClassName
{
color: #FD0D65;
}
</style>
background-color css
<style>
a { background-color: #FD0D65; }
a { background-color: rgb(253,13,101); }
div.DivClassName
{
background-color: #FD0D65;
}
.BgClassName
{
background-color: #FD0D65;
}
</style>
border-color css
<style>
span { border-color: #FD0D65; }
span { border-color: rgb(253,13,101); }
td.TdClassName
{
border-color: #FD0D65;
}
.TagClassName
{
border-color: #FD0D65;
}
</style>