Shades of Ruby #F01A5E
Tints of Ruby #F01A5E
RGB
CMYK
RGB Variations
Color information
#F01A5E (or 0xF01A5E) is known color: Ruby. HEX triplet: F0, 1A and 5E. RGB value is (240,26,94). Sum of RGB (Red+Green+Blue) = 240+26+94=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01A5E is #0FE5A1. Grayscale: #616161. Windows color (decimal): -1041826 or 6167280. OLE color: 6167280.
HSL color Cylindrical-coordinate representation of color #F01A5E: hue angle of 340.93º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01A5E is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 26 | 94 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.06 |
| HSL | 340.93º | 0.88% | 0.52% | - |
| HSV(B) | 340.93º | 0.89% | 0.94% | - |
| XYZ | 38.32 | 20.07 | 12.44 | - |
| YUV | 97.74 | 125.9 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 26 | 94 | 0 | 0.89 | 0.61 | 0.06 | 340.93 | 0.88 | 0.52 |
| Hex | F0 | 1A | 5E | 0 | 59 | 3D | 6 | 155 | 58 | 34 |
| Octal | 360 | 32 | 136 | 0 | 131 | 75 | 6 | 525 | 130 | 64 |
| Binary | 11110000 | 11010 | 1011110 | 0 | 1011001 | 111101 | 110 | 101010101 | 1011000 | 110100 |
Color Harmonies of #F01A5E
Complementary color
Monochromatic Colors of #F01A5E
Black with #F01A5E
Text Example
Text Example
White with #F01A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01A5E; }
p { color: rgb(240,26,94); }
H1.HeaderClassName
{
color: #F01A5E;
}
.AnyTagClassName
{
color: #F01A5E;
}
</style>
background-color css
<style>
a { background-color: #F01A5E; }
a { background-color: rgb(240,26,94); }
div.DivClassName
{
background-color: #F01A5E;
}
.BgClassName
{
background-color: #F01A5E;
}
</style>
border-color css
<style>
span { border-color: #F01A5E; }
span { border-color: rgb(240,26,94); }
td.TdClassName
{
border-color: #F01A5E;
}
.TagClassName
{
border-color: #F01A5E;
}
</style>