Shades of Ruby #F0186A
Tints of Ruby #F0186A
RGB
CMYK
RGB Variations
Color information
#F0186A (or 0xF0186A) is known color: Ruby. HEX triplet: F0, 18 and 6A. RGB value is (240,24,106). Sum of RGB (Red+Green+Blue) = 240+24+106=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F0186A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0186A is #0FE795. Grayscale: #616161. Windows color (decimal): -1042326 or 6953200. OLE color: 6953200.
HSL color Cylindrical-coordinate representation of color #F0186A: hue angle of 337.22º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0186A is Cyan = 0, Magento = 0.9, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 106 | - |
| CMYK | 0 | 0.9 | 0.56 | 0.06 |
| HSL | 337.22º | 0.88% | 0.52% | - |
| HSV(B) | 337.22º | 0.9% | 0.94% | - |
| XYZ | 38.86 | 20.22 | 15.49 | - |
| YUV | 97.93 | 132.56 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 106 | 0 | 0.9 | 0.56 | 0.06 | 337.22 | 0.88 | 0.52 |
| Hex | F0 | 18 | 6A | 0 | 5A | 38 | 6 | 151 | 58 | 34 |
| Octal | 360 | 30 | 152 | 0 | 132 | 70 | 6 | 521 | 130 | 64 |
| Binary | 11110000 | 11000 | 1101010 | 0 | 1011010 | 111000 | 110 | 101010001 | 1011000 | 110100 |
Color Harmonies of #F0186A
Complementary color
Monochromatic Colors of #F0186A
Black with #F0186A
Text Example
Text Example
White with #F0186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0186A; }
p { color: rgb(240,24,106); }
H1.HeaderClassName
{
color: #F0186A;
}
.AnyTagClassName
{
color: #F0186A;
}
</style>
background-color css
<style>
a { background-color: #F0186A; }
a { background-color: rgb(240,24,106); }
div.DivClassName
{
background-color: #F0186A;
}
.BgClassName
{
background-color: #F0186A;
}
</style>
border-color css
<style>
span { border-color: #F0186A; }
span { border-color: rgb(240,24,106); }
td.TdClassName
{
border-color: #F0186A;
}
.TagClassName
{
border-color: #F0186A;
}
</style>