Shades of Ruby #FD1671
Tints of Ruby #FD1671
RGB
CMYK
RGB Variations
Color information
#FD1671 (or 0xFD1671) is known color: Ruby. HEX triplet: FD, 16 and 71. RGB value is (253,22,113). Sum of RGB (Red+Green+Blue) = 253+22+113=388 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.21% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1671 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1671 is #02E98E. Grayscale: #656565. Windows color (decimal): -190863 or 7411453. OLE color: 7411453.
HSL color Cylindrical-coordinate representation of color #FD1671: hue angle of 336.36º 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 #FD1671 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 22 | 113 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.01 |
| HSL | 336.36º | 0.98% | 0.54% | - |
| HSV(B) | 336.36º | 0.91% | 0.99% | - |
| XYZ | 43.78 | 22.65 | 17.69 | - |
| YUV | 101.44 | 134.53 | 236.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 22 | 113 | 0 | 0.91 | 0.55 | 0.01 | 336.36 | 0.98 | 0.54 |
| Hex | FD | 16 | 71 | 0 | 5B | 37 | 1 | 150 | 62 | 36 |
| Octal | 375 | 26 | 161 | 0 | 133 | 67 | 1 | 520 | 142 | 66 |
| Binary | 11111101 | 10110 | 1110001 | 0 | 1011011 | 110111 | 1 | 101010000 | 1100010 | 110110 |
Color Harmonies of #FD1671
Complementary color
Monochromatic Colors of #FD1671
Black with #FD1671
Text Example
Text Example
White with #FD1671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1671; }
p { color: rgb(253,22,113); }
H1.HeaderClassName
{
color: #FD1671;
}
.AnyTagClassName
{
color: #FD1671;
}
</style>
background-color css
<style>
a { background-color: #FD1671; }
a { background-color: rgb(253,22,113); }
div.DivClassName
{
background-color: #FD1671;
}
.BgClassName
{
background-color: #FD1671;
}
</style>
border-color css
<style>
span { border-color: #FD1671; }
span { border-color: rgb(253,22,113); }
td.TdClassName
{
border-color: #FD1671;
}
.TagClassName
{
border-color: #FD1671;
}
</style>