Shades of Razzmatazz #FD0653
Tints of Razzmatazz #FD0653
RGB
CMYK
RGB Variations
Color information
#FD0653 (or 0xFD0653) is known color: Razzmatazz. HEX triplet: FD, 06 and 53. RGB value is (253,6,83). Sum of RGB (Red+Green+Blue) = 253+6+83=342 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.98% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0653 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0653 is #02F9AC. Grayscale: #585858. Windows color (decimal): -194989 or 5441277. OLE color: 5441277.
HSL color Cylindrical-coordinate representation of color #FD0653: hue angle of 341.3º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0653 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 83 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.01 |
| HSL | 341.3º | 0.98% | 0.51% | - |
| HSV(B) | 341.3º | 0.98% | 0.99% | - |
| XYZ | 42.13 | 21.64 | 10.14 | - |
| YUV | 88.63 | 124.83 | 245.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 83 | 0 | 0.98 | 0.67 | 0.01 | 341.3 | 0.98 | 0.51 |
| Hex | FD | 6 | 53 | 0 | 62 | 43 | 1 | 155 | 62 | 33 |
| Octal | 375 | 6 | 123 | 0 | 142 | 103 | 1 | 525 | 142 | 63 |
| Binary | 11111101 | 110 | 1010011 | 0 | 1100010 | 1000011 | 1 | 101010101 | 1100010 | 110011 |
Color Harmonies of #FD0653
Complementary color
Monochromatic Colors of #FD0653
Black with #FD0653
Text Example
Text Example
White with #FD0653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0653; }
p { color: rgb(253,6,83); }
H1.HeaderClassName
{
color: #FD0653;
}
.AnyTagClassName
{
color: #FD0653;
}
</style>
background-color css
<style>
a { background-color: #FD0653; }
a { background-color: rgb(253,6,83); }
div.DivClassName
{
background-color: #FD0653;
}
.BgClassName
{
background-color: #FD0653;
}
</style>
border-color css
<style>
span { border-color: #FD0653; }
span { border-color: rgb(253,6,83); }
td.TdClassName
{
border-color: #FD0653;
}
.TagClassName
{
border-color: #FD0653;
}
</style>