Shades of Ruby #F0146F
Tints of Ruby #F0146F
RGB
CMYK
RGB Variations
Color information
#F0146F (or 0xF0146F) is known color: Ruby. HEX triplet: F0, 14 and 6F. RGB value is (240,20,111). Sum of RGB (Red+Green+Blue) = 240+20+111=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0146F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0146F is #0FEB90. Grayscale: #606060. Windows color (decimal): -1043345 or 7279856. OLE color: 7279856.
HSL color Cylindrical-coordinate representation of color #F0146F: hue angle of 335.18º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0146F is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 111 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.06 |
| HSL | 335.18º | 0.88% | 0.51% | - |
| HSV(B) | 335.18º | 0.92% | 0.94% | - |
| XYZ | 39.05 | 20.17 | 16.87 | - |
| YUV | 96.15 | 136.39 | 230.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 111 | 0 | 0.92 | 0.54 | 0.06 | 335.18 | 0.88 | 0.51 |
| Hex | F0 | 14 | 6F | 0 | 5C | 36 | 6 | 14F | 58 | 33 |
| Octal | 360 | 24 | 157 | 0 | 134 | 66 | 6 | 517 | 130 | 63 |
| Binary | 11110000 | 10100 | 1101111 | 0 | 1011100 | 110110 | 110 | 101001111 | 1011000 | 110011 |
Color Harmonies of #F0146F
Complementary color
Monochromatic Colors of #F0146F
Black with #F0146F
Text Example
Text Example
White with #F0146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0146F; }
p { color: rgb(240,20,111); }
H1.HeaderClassName
{
color: #F0146F;
}
.AnyTagClassName
{
color: #F0146F;
}
</style>
background-color css
<style>
a { background-color: #F0146F; }
a { background-color: rgb(240,20,111); }
div.DivClassName
{
background-color: #F0146F;
}
.BgClassName
{
background-color: #F0146F;
}
</style>
border-color css
<style>
span { border-color: #F0146F; }
span { border-color: rgb(240,20,111); }
td.TdClassName
{
border-color: #F0146F;
}
.TagClassName
{
border-color: #F0146F;
}
</style>