Shades of Ruby #FD1871
Tints of Ruby #FD1871
RGB
CMYK
RGB Variations
Color information
#FD1871 (or 0xFD1871) is known color: Ruby. HEX triplet: FD, 18 and 71. RGB value is (253,24,113). Sum of RGB (Red+Green+Blue) = 253+24+113=390 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.87% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1871 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1871 is #02E78E. Grayscale: #666666. Windows color (decimal): -190351 or 7411965. OLE color: 7411965.
HSL color Cylindrical-coordinate representation of color #FD1871: hue angle of 336.68º 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 #FD1871 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 113 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.01 |
| HSL | 336.68º | 0.98% | 0.54% | - |
| HSV(B) | 336.68º | 0.91% | 0.99% | - |
| XYZ | 43.82 | 22.73 | 17.7 | - |
| YUV | 102.62 | 133.87 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 113 | 0 | 0.91 | 0.55 | 0.01 | 336.68 | 0.98 | 0.54 |
| Hex | FD | 18 | 71 | 0 | 5B | 37 | 1 | 151 | 62 | 36 |
| Octal | 375 | 30 | 161 | 0 | 133 | 67 | 1 | 521 | 142 | 66 |
| Binary | 11111101 | 11000 | 1110001 | 0 | 1011011 | 110111 | 1 | 101010001 | 1100010 | 110110 |
Color Harmonies of #FD1871
Complementary color
Monochromatic Colors of #FD1871
Black with #FD1871
Text Example
Text Example
White with #FD1871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1871; }
p { color: rgb(253,24,113); }
H1.HeaderClassName
{
color: #FD1871;
}
.AnyTagClassName
{
color: #FD1871;
}
</style>
background-color css
<style>
a { background-color: #FD1871; }
a { background-color: rgb(253,24,113); }
div.DivClassName
{
background-color: #FD1871;
}
.BgClassName
{
background-color: #FD1871;
}
</style>
border-color css
<style>
span { border-color: #FD1871; }
span { border-color: rgb(253,24,113); }
td.TdClassName
{
border-color: #FD1871;
}
.TagClassName
{
border-color: #FD1871;
}
</style>