Shades of Ruby #F0185C
Tints of Ruby #F0185C
RGB
CMYK
RGB Variations
Color information
#F0185C (or 0xF0185C) is known color: Ruby. HEX triplet: F0, 18 and 5C. RGB value is (240,24,92). Sum of RGB (Red+Green+Blue) = 240+24+92=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F0185C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0185C is #0FE7A3. Grayscale: #606060. Windows color (decimal): -1042340 or 6035696. OLE color: 6035696.
HSL color Cylindrical-coordinate representation of color #F0185C: hue angle of 341.11º 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 #F0185C is Cyan = 0, Magento = 0.9, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 92 | - |
| CMYK | 0 | 0.9 | 0.62 | 0.06 |
| HSL | 341.11º | 0.88% | 0.52% | - |
| HSV(B) | 341.11º | 0.9% | 0.94% | - |
| XYZ | 38.19 | 19.95 | 11.96 | - |
| YUV | 96.34 | 125.56 | 230.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 92 | 0 | 0.9 | 0.62 | 0.06 | 341.11 | 0.88 | 0.52 |
| Hex | F0 | 18 | 5C | 0 | 5A | 3E | 6 | 155 | 58 | 34 |
| Octal | 360 | 30 | 134 | 0 | 132 | 76 | 6 | 525 | 130 | 64 |
| Binary | 11110000 | 11000 | 1011100 | 0 | 1011010 | 111110 | 110 | 101010101 | 1011000 | 110100 |
Color Harmonies of #F0185C
Complementary color
Monochromatic Colors of #F0185C
Black with #F0185C
Text Example
Text Example
White with #F0185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0185C; }
p { color: rgb(240,24,92); }
H1.HeaderClassName
{
color: #F0185C;
}
.AnyTagClassName
{
color: #F0185C;
}
</style>
background-color css
<style>
a { background-color: #F0185C; }
a { background-color: rgb(240,24,92); }
div.DivClassName
{
background-color: #F0185C;
}
.BgClassName
{
background-color: #F0185C;
}
</style>
border-color css
<style>
span { border-color: #F0185C; }
span { border-color: rgb(240,24,92); }
td.TdClassName
{
border-color: #F0185C;
}
.TagClassName
{
border-color: #F0185C;
}
</style>