Shades of Razzmatazz #FD0655
Tints of Razzmatazz #FD0655
RGB
CMYK
RGB Variations
Color information
#FD0655 (or 0xFD0655) is known color: Razzmatazz. HEX triplet: FD, 06 and 55. RGB value is (253,6,85). Sum of RGB (Red+Green+Blue) = 253+6+85=344 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.55% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0655 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0655 is #02F9AA. Grayscale: #585858. Windows color (decimal): -194987 or 5572349. OLE color: 5572349.
HSL color Cylindrical-coordinate representation of color #FD0655: hue angle of 340.81º 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 #FD0655 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 85 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.01 |
| HSL | 340.81º | 0.98% | 0.51% | - |
| HSV(B) | 340.81º | 0.98% | 0.99% | - |
| XYZ | 42.21 | 21.67 | 10.55 | - |
| YUV | 88.86 | 125.83 | 245.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 85 | 0 | 0.98 | 0.66 | 0.01 | 340.81 | 0.98 | 0.51 |
| Hex | FD | 6 | 55 | 0 | 62 | 42 | 1 | 155 | 62 | 33 |
| Octal | 375 | 6 | 125 | 0 | 142 | 102 | 1 | 525 | 142 | 63 |
| Binary | 11111101 | 110 | 1010101 | 0 | 1100010 | 1000010 | 1 | 101010101 | 1100010 | 110011 |
Color Harmonies of #FD0655
Complementary color
Monochromatic Colors of #FD0655
Black with #FD0655
Text Example
Text Example
White with #FD0655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0655; }
p { color: rgb(253,6,85); }
H1.HeaderClassName
{
color: #FD0655;
}
.AnyTagClassName
{
color: #FD0655;
}
</style>
background-color css
<style>
a { background-color: #FD0655; }
a { background-color: rgb(253,6,85); }
div.DivClassName
{
background-color: #FD0655;
}
.BgClassName
{
background-color: #FD0655;
}
</style>
border-color css
<style>
span { border-color: #FD0655; }
span { border-color: rgb(253,6,85); }
td.TdClassName
{
border-color: #FD0655;
}
.TagClassName
{
border-color: #FD0655;
}
</style>