Shades of Ruby #F0155F
Tints of Ruby #F0155F
RGB
CMYK
RGB Variations
Color information
#F0155F (or 0xF0155F) is known color: Ruby. HEX triplet: F0, 15 and 5F. RGB value is (240,21,95). Sum of RGB (Red+Green+Blue) = 240+21+95=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F0155F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0155F is #0FEAA0. Grayscale: #5E5E5E. Windows color (decimal): -1043105 or 6231536. OLE color: 6231536.
HSL color Cylindrical-coordinate representation of color #F0155F: hue angle of 339.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0155F is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 95 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.06 |
| HSL | 339.73º | 0.88% | 0.51% | - |
| HSV(B) | 339.73º | 0.91% | 0.94% | - |
| XYZ | 38.27 | 19.89 | 12.65 | - |
| YUV | 94.92 | 128.05 | 231.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 95 | 0 | 0.91 | 0.60 | 0.06 | 339.73 | 0.88 | 0.51 |
| Hex | F0 | 15 | 5F | 0 | 5B | 3C | 6 | 154 | 58 | 33 |
| Octal | 360 | 25 | 137 | 0 | 133 | 74 | 6 | 524 | 130 | 63 |
| Binary | 11110000 | 10101 | 1011111 | 0 | 1011011 | 111100 | 110 | 101010100 | 1011000 | 110011 |
Color Harmonies of #F0155F
Complementary color
Monochromatic Colors of #F0155F
Black with #F0155F
Text Example
Text Example
White with #F0155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0155F; }
p { color: rgb(240,21,95); }
H1.HeaderClassName
{
color: #F0155F;
}
.AnyTagClassName
{
color: #F0155F;
}
</style>
background-color css
<style>
a { background-color: #F0155F; }
a { background-color: rgb(240,21,95); }
div.DivClassName
{
background-color: #F0155F;
}
.BgClassName
{
background-color: #F0155F;
}
</style>
border-color css
<style>
span { border-color: #F0155F; }
span { border-color: rgb(240,21,95); }
td.TdClassName
{
border-color: #F0155F;
}
.TagClassName
{
border-color: #F0155F;
}
</style>