Shades of Ruby #FD1472
Tints of Ruby #FD1472
RGB
CMYK
RGB Variations
Color information
#FD1472 (or 0xFD1472) is known color: Ruby. HEX triplet: FD, 14 and 72. RGB value is (253,20,114). Sum of RGB (Red+Green+Blue) = 253+20+114=387 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.37% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1472 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1472 is #02EB8D. Grayscale: #646464. Windows color (decimal): -191374 or 7476477. OLE color: 7476477.
HSL color Cylindrical-coordinate representation of color #FD1472: hue angle of 335.79º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1472 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 114 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.01 |
| HSL | 335.79º | 0.98% | 0.54% | - |
| HSV(B) | 335.79º | 0.92% | 0.99% | - |
| XYZ | 43.8 | 22.6 | 17.97 | - |
| YUV | 100.38 | 135.69 | 236.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 114 | 0 | 0.92 | 0.55 | 0.01 | 335.79 | 0.98 | 0.54 |
| Hex | FD | 14 | 72 | 0 | 5C | 37 | 1 | 150 | 62 | 36 |
| Octal | 375 | 24 | 162 | 0 | 134 | 67 | 1 | 520 | 142 | 66 |
| Binary | 11111101 | 10100 | 1110010 | 0 | 1011100 | 110111 | 1 | 101010000 | 1100010 | 110110 |
Color Harmonies of #FD1472
Complementary color
Monochromatic Colors of #FD1472
Black with #FD1472
Text Example
Text Example
White with #FD1472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1472; }
p { color: rgb(253,20,114); }
H1.HeaderClassName
{
color: #FD1472;
}
.AnyTagClassName
{
color: #FD1472;
}
</style>
background-color css
<style>
a { background-color: #FD1472; }
a { background-color: rgb(253,20,114); }
div.DivClassName
{
background-color: #FD1472;
}
.BgClassName
{
background-color: #FD1472;
}
</style>
border-color css
<style>
span { border-color: #FD1472; }
span { border-color: rgb(253,20,114); }
td.TdClassName
{
border-color: #FD1472;
}
.TagClassName
{
border-color: #FD1472;
}
</style>