Shades of Ruby #FD1271
Tints of Ruby #FD1271
RGB
CMYK
RGB Variations
Color information
#FD1271 (or 0xFD1271) is known color: Ruby. HEX triplet: FD, 12 and 71. RGB value is (253,18,113). Sum of RGB (Red+Green+Blue) = 253+18+113=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1271 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1271 is #02ED8E. Grayscale: #626262. Windows color (decimal): -191887 or 7410429. OLE color: 7410429.
HSL color Cylindrical-coordinate representation of color #FD1271: hue angle of 335.74º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD1271 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 113 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.01 |
| HSL | 335.74º | 0.98% | 0.53% | - |
| HSV(B) | 335.74º | 0.93% | 0.99% | - |
| XYZ | 43.7 | 22.51 | 17.66 | - |
| YUV | 99.1 | 135.86 | 237.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 113 | 0 | 0.93 | 0.55 | 0.01 | 335.74 | 0.98 | 0.53 |
| Hex | FD | 12 | 71 | 0 | 5D | 37 | 1 | 150 | 62 | 35 |
| Octal | 375 | 22 | 161 | 0 | 135 | 67 | 1 | 520 | 142 | 65 |
| Binary | 11111101 | 10010 | 1110001 | 0 | 1011101 | 110111 | 1 | 101010000 | 1100010 | 110101 |
Color Harmonies of #FD1271
Complementary color
Monochromatic Colors of #FD1271
Black with #FD1271
Text Example
Text Example
White with #FD1271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1271; }
p { color: rgb(253,18,113); }
H1.HeaderClassName
{
color: #FD1271;
}
.AnyTagClassName
{
color: #FD1271;
}
</style>
background-color css
<style>
a { background-color: #FD1271; }
a { background-color: rgb(253,18,113); }
div.DivClassName
{
background-color: #FD1271;
}
.BgClassName
{
background-color: #FD1271;
}
</style>
border-color css
<style>
span { border-color: #FD1271; }
span { border-color: rgb(253,18,113); }
td.TdClassName
{
border-color: #FD1271;
}
.TagClassName
{
border-color: #FD1271;
}
</style>