Shades of Ruby #FD1872
Tints of Ruby #FD1872
RGB
CMYK
RGB Variations
Color information
#FD1872 (or 0xFD1872) is known color: Ruby. HEX triplet: FD, 18 and 72. RGB value is (253,24,114). Sum of RGB (Red+Green+Blue) = 253+24+114=391 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.71% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1872 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1872 is #02E78D. Grayscale: #666666. Windows color (decimal): -190350 or 7477501. OLE color: 7477501.
HSL color Cylindrical-coordinate representation of color #FD1872: hue angle of 336.42º 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 #FD1872 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 114 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.01 |
| HSL | 336.42º | 0.98% | 0.54% | - |
| HSV(B) | 336.42º | 0.91% | 0.99% | - |
| XYZ | 43.87 | 22.75 | 18 | - |
| YUV | 102.73 | 134.37 | 235.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 114 | 0 | 0.91 | 0.55 | 0.01 | 336.42 | 0.98 | 0.54 |
| Hex | FD | 18 | 72 | 0 | 5B | 37 | 1 | 150 | 62 | 36 |
| Octal | 375 | 30 | 162 | 0 | 133 | 67 | 1 | 520 | 142 | 66 |
| Binary | 11111101 | 11000 | 1110010 | 0 | 1011011 | 110111 | 1 | 101010000 | 1100010 | 110110 |
Color Harmonies of #FD1872
Complementary color
Monochromatic Colors of #FD1872
Black with #FD1872
Text Example
Text Example
White with #FD1872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1872; }
p { color: rgb(253,24,114); }
H1.HeaderClassName
{
color: #FD1872;
}
.AnyTagClassName
{
color: #FD1872;
}
</style>
background-color css
<style>
a { background-color: #FD1872; }
a { background-color: rgb(253,24,114); }
div.DivClassName
{
background-color: #FD1872;
}
.BgClassName
{
background-color: #FD1872;
}
</style>
border-color css
<style>
span { border-color: #FD1872; }
span { border-color: rgb(253,24,114); }
td.TdClassName
{
border-color: #FD1872;
}
.TagClassName
{
border-color: #FD1872;
}
</style>