Shades of Ruby #FD1A6F
Tints of Ruby #FD1A6F
RGB
CMYK
RGB Variations
Color information
#FD1A6F (or 0xFD1A6F) is known color: Ruby. HEX triplet: FD, 1A and 6F. RGB value is (253,26,111). Sum of RGB (Red+Green+Blue) = 253+26+111=390 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.87% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1A6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1A6F is #02E590. Grayscale: #676767. Windows color (decimal): -189841 or 7281405. OLE color: 7281405.
HSL color Cylindrical-coordinate representation of color #FD1A6F: hue angle of 337.53º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD1A6F is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 26 | 111 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.01 |
| HSL | 337.53º | 0.98% | 0.55% | - |
| HSV(B) | 337.53º | 0.9% | 0.99% | - |
| XYZ | 43.75 | 22.77 | 17.13 | - |
| YUV | 103.56 | 132.21 | 234.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 26 | 111 | 0 | 0.90 | 0.56 | 0.01 | 337.53 | 0.98 | 0.55 |
| Hex | FD | 1A | 6F | 0 | 5A | 38 | 1 | 152 | 62 | 37 |
| Octal | 375 | 32 | 157 | 0 | 132 | 70 | 1 | 522 | 142 | 67 |
| Binary | 11111101 | 11010 | 1101111 | 0 | 1011010 | 111000 | 1 | 101010010 | 1100010 | 110111 |
Color Harmonies of #FD1A6F
Complementary color
Monochromatic Colors of #FD1A6F
Black with #FD1A6F
Text Example
Text Example
White with #FD1A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1A6F; }
p { color: rgb(253,26,111); }
H1.HeaderClassName
{
color: #FD1A6F;
}
.AnyTagClassName
{
color: #FD1A6F;
}
</style>
background-color css
<style>
a { background-color: #FD1A6F; }
a { background-color: rgb(253,26,111); }
div.DivClassName
{
background-color: #FD1A6F;
}
.BgClassName
{
background-color: #FD1A6F;
}
</style>
border-color css
<style>
span { border-color: #FD1A6F; }
span { border-color: rgb(253,26,111); }
td.TdClassName
{
border-color: #FD1A6F;
}
.TagClassName
{
border-color: #FD1A6F;
}
</style>