Shades of Ruby #F10D6F
Tints of Ruby #F10D6F
RGB
CMYK
RGB Variations
Color information
#F10D6F (or 0xF10D6F) is known color: Ruby. HEX triplet: F1, 0D and 6F. RGB value is (241,13,111). Sum of RGB (Red+Green+Blue) = 241+13+111=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F10D6F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10D6F is #0EF290. Grayscale: #5C5C5C. Windows color (decimal): -979601 or 7278065. OLE color: 7278065.
HSL color Cylindrical-coordinate representation of color #F10D6F: hue angle of 334.21º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10D6F is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 13 | 111 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.05 |
| HSL | 334.21º | 0.9% | 0.5% | - |
| HSV(B) | 334.21º | 0.95% | 0.95% | - |
| XYZ | 39.29 | 20.14 | 16.85 | - |
| YUV | 92.34 | 138.54 | 234.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 13 | 111 | 0 | 0.95 | 0.54 | 0.05 | 334.21 | 0.9 | 0.5 |
| Hex | F1 | D | 6F | 0 | 5F | 36 | 5 | 14E | 5A | 32 |
| Octal | 361 | 15 | 157 | 0 | 137 | 66 | 5 | 516 | 132 | 62 |
| Binary | 11110001 | 1101 | 1101111 | 0 | 1011111 | 110110 | 101 | 101001110 | 1011010 | 110010 |
Color Harmonies of #F10D6F
Complementary color
Monochromatic Colors of #F10D6F
Black with #F10D6F
Text Example
Text Example
White with #F10D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10D6F; }
p { color: rgb(241,13,111); }
H1.HeaderClassName
{
color: #F10D6F;
}
.AnyTagClassName
{
color: #F10D6F;
}
</style>
background-color css
<style>
a { background-color: #F10D6F; }
a { background-color: rgb(241,13,111); }
div.DivClassName
{
background-color: #F10D6F;
}
.BgClassName
{
background-color: #F10D6F;
}
</style>
border-color css
<style>
span { border-color: #F10D6F; }
span { border-color: rgb(241,13,111); }
td.TdClassName
{
border-color: #F10D6F;
}
.TagClassName
{
border-color: #F10D6F;
}
</style>