Shades of Ruby #FD1772
Tints of Ruby #FD1772
RGB
CMYK
RGB Variations
Color information
#FD1772 (or 0xFD1772) is known color: Ruby. HEX triplet: FD, 17 and 72. RGB value is (253,23,114). Sum of RGB (Red+Green+Blue) = 253+23+114=390 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.87% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1772 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1772 is #02E88D. Grayscale: #666666. Windows color (decimal): -190606 or 7477245. OLE color: 7477245.
HSL color Cylindrical-coordinate representation of color #FD1772: hue angle of 336.26º 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 #FD1772 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 114 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.01 |
| HSL | 336.26º | 0.98% | 0.54% | - |
| HSV(B) | 336.26º | 0.91% | 0.99% | - |
| XYZ | 43.85 | 22.71 | 17.99 | - |
| YUV | 102.14 | 134.7 | 235.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 114 | 0 | 0.91 | 0.55 | 0.01 | 336.26 | 0.98 | 0.54 |
| Hex | FD | 17 | 72 | 0 | 5B | 37 | 1 | 150 | 62 | 36 |
| Octal | 375 | 27 | 162 | 0 | 133 | 67 | 1 | 520 | 142 | 66 |
| Binary | 11111101 | 10111 | 1110010 | 0 | 1011011 | 110111 | 1 | 101010000 | 1100010 | 110110 |
Color Harmonies of #FD1772
Complementary color
Monochromatic Colors of #FD1772
Black with #FD1772
Text Example
Text Example
White with #FD1772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1772; }
p { color: rgb(253,23,114); }
H1.HeaderClassName
{
color: #FD1772;
}
.AnyTagClassName
{
color: #FD1772;
}
</style>
background-color css
<style>
a { background-color: #FD1772; }
a { background-color: rgb(253,23,114); }
div.DivClassName
{
background-color: #FD1772;
}
.BgClassName
{
background-color: #FD1772;
}
</style>
border-color css
<style>
span { border-color: #FD1772; }
span { border-color: rgb(253,23,114); }
td.TdClassName
{
border-color: #FD1772;
}
.TagClassName
{
border-color: #FD1772;
}
</style>