Shades of Ruby #FD1672
Tints of Ruby #FD1672
RGB
CMYK
RGB Variations
Color information
#FD1672 (or 0xFD1672) is known color: Ruby. HEX triplet: FD, 16 and 72. RGB value is (253,22,114). Sum of RGB (Red+Green+Blue) = 253+22+114=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 22 (8.98% from 255 or 5.66% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1672 is #02E98D. Grayscale: #656565. Windows color (decimal): -190862 or 7476989. OLE color: 7476989.
HSL color Cylindrical-coordinate representation of color #FD1672: hue angle of 336.1º 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 #FD1672 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 22 | 114 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.01 |
| HSL | 336.1º | 0.98% | 0.54% | - |
| HSV(B) | 336.1º | 0.91% | 0.99% | - |
| XYZ | 43.83 | 22.67 | 17.99 | - |
| YUV | 101.56 | 135.03 | 236.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 22 | 114 | 0 | 0.91 | 0.55 | 0.01 | 336.1 | 0.98 | 0.54 |
| Hex | FD | 16 | 72 | 0 | 5B | 37 | 1 | 150 | 62 | 36 |
| Octal | 375 | 26 | 162 | 0 | 133 | 67 | 1 | 520 | 142 | 66 |
| Binary | 11111101 | 10110 | 1110010 | 0 | 1011011 | 110111 | 1 | 101010000 | 1100010 | 110110 |
Color Harmonies of #FD1672
Complementary color
Monochromatic Colors of #FD1672
Black with #FD1672
Text Example
Text Example
White with #FD1672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1672; }
p { color: rgb(253,22,114); }
H1.HeaderClassName
{
color: #FD1672;
}
.AnyTagClassName
{
color: #FD1672;
}
</style>
background-color css
<style>
a { background-color: #FD1672; }
a { background-color: rgb(253,22,114); }
div.DivClassName
{
background-color: #FD1672;
}
.BgClassName
{
background-color: #FD1672;
}
</style>
border-color css
<style>
span { border-color: #FD1672; }
span { border-color: rgb(253,22,114); }
td.TdClassName
{
border-color: #FD1672;
}
.TagClassName
{
border-color: #FD1672;
}
</style>