Shades of Ruby #F0186C
Tints of Ruby #F0186C
RGB
CMYK
RGB Variations
Color information
#F0186C (or 0xF0186C) is known color: Ruby. HEX triplet: F0, 18 and 6C. RGB value is (240,24,108). Sum of RGB (Red+Green+Blue) = 240+24+108=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F0186C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0186C is #0FE793. Grayscale: #626262. Windows color (decimal): -1042324 or 7084272. OLE color: 7084272.
HSL color Cylindrical-coordinate representation of color #F0186C: hue angle of 336.67º 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 #F0186C is Cyan = 0, Magento = 0.9, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 108 | - |
| CMYK | 0 | 0.9 | 0.55 | 0.06 |
| HSL | 336.67º | 0.88% | 0.52% | - |
| HSV(B) | 336.67º | 0.9% | 0.94% | - |
| XYZ | 38.97 | 20.26 | 16.04 | - |
| YUV | 98.16 | 133.56 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 108 | 0 | 0.9 | 0.55 | 0.06 | 336.67 | 0.88 | 0.52 |
| Hex | F0 | 18 | 6C | 0 | 5A | 37 | 6 | 151 | 58 | 34 |
| Octal | 360 | 30 | 154 | 0 | 132 | 67 | 6 | 521 | 130 | 64 |
| Binary | 11110000 | 11000 | 1101100 | 0 | 1011010 | 110111 | 110 | 101010001 | 1011000 | 110100 |
Color Harmonies of #F0186C
Complementary color
Monochromatic Colors of #F0186C
Black with #F0186C
Text Example
Text Example
White with #F0186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0186C; }
p { color: rgb(240,24,108); }
H1.HeaderClassName
{
color: #F0186C;
}
.AnyTagClassName
{
color: #F0186C;
}
</style>
background-color css
<style>
a { background-color: #F0186C; }
a { background-color: rgb(240,24,108); }
div.DivClassName
{
background-color: #F0186C;
}
.BgClassName
{
background-color: #F0186C;
}
</style>
border-color css
<style>
span { border-color: #F0186C; }
span { border-color: rgb(240,24,108); }
td.TdClassName
{
border-color: #F0186C;
}
.TagClassName
{
border-color: #F0186C;
}
</style>