Shades of Razzmatazz #FD1655
Tints of Razzmatazz #FD1655
RGB
CMYK
RGB Variations
Color information
#FD1655 (or 0xFD1655) is known color: Razzmatazz. HEX triplet: FD, 16 and 55. RGB value is (253,22,85). Sum of RGB (Red+Green+Blue) = 253+22+85=360 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.28% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1655 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1655 is #02E9AA. Grayscale: #626262. Windows color (decimal): -190891 or 5576445. OLE color: 5576445.
HSL color Cylindrical-coordinate representation of color #FD1655: hue angle of 343.64º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD1655 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 22 | 85 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.01 |
| HSL | 343.64º | 0.98% | 0.54% | - |
| HSV(B) | 343.64º | 0.91% | 0.99% | - |
| XYZ | 42.43 | 22.11 | 10.63 | - |
| YUV | 98.25 | 120.53 | 238.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 22 | 85 | 0 | 0.91 | 0.66 | 0.01 | 343.64 | 0.98 | 0.54 |
| Hex | FD | 16 | 55 | 0 | 5B | 42 | 1 | 158 | 62 | 36 |
| Octal | 375 | 26 | 125 | 0 | 133 | 102 | 1 | 530 | 142 | 66 |
| Binary | 11111101 | 10110 | 1010101 | 0 | 1011011 | 1000010 | 1 | 101011000 | 1100010 | 110110 |
Color Harmonies of #FD1655
Complementary color
Monochromatic Colors of #FD1655
Black with #FD1655
Text Example
Text Example
White with #FD1655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1655; }
p { color: rgb(253,22,85); }
H1.HeaderClassName
{
color: #FD1655;
}
.AnyTagClassName
{
color: #FD1655;
}
</style>
background-color css
<style>
a { background-color: #FD1655; }
a { background-color: rgb(253,22,85); }
div.DivClassName
{
background-color: #FD1655;
}
.BgClassName
{
background-color: #FD1655;
}
</style>
border-color css
<style>
span { border-color: #FD1655; }
span { border-color: rgb(253,22,85); }
td.TdClassName
{
border-color: #FD1655;
}
.TagClassName
{
border-color: #FD1655;
}
</style>