Shades of Ruby #F01A70
Tints of Ruby #F01A70
RGB
CMYK
RGB Variations
Color information
#F01A70 (or 0xF01A70) is known color: Ruby. HEX triplet: F0, 1A and 70. RGB value is (240,26,112). Sum of RGB (Red+Green+Blue) = 240+26+112=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01A70 is #0FE58F. Grayscale: #636363. Windows color (decimal): -1041808 or 7346928. OLE color: 7346928.
HSL color Cylindrical-coordinate representation of color #F01A70: hue angle of 335.89º 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 #F01A70 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 26 | 112 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.06 |
| HSL | 335.89º | 0.88% | 0.52% | - |
| HSV(B) | 335.89º | 0.89% | 0.94% | - |
| XYZ | 39.23 | 20.43 | 17.21 | - |
| YUV | 99.79 | 134.9 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 26 | 112 | 0 | 0.89 | 0.53 | 0.06 | 335.89 | 0.88 | 0.52 |
| Hex | F0 | 1A | 70 | 0 | 59 | 35 | 6 | 150 | 58 | 34 |
| Octal | 360 | 32 | 160 | 0 | 131 | 65 | 6 | 520 | 130 | 64 |
| Binary | 11110000 | 11010 | 1110000 | 0 | 1011001 | 110101 | 110 | 101010000 | 1011000 | 110100 |
Color Harmonies of #F01A70
Complementary color
Monochromatic Colors of #F01A70
Black with #F01A70
Text Example
Text Example
White with #F01A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01A70; }
p { color: rgb(240,26,112); }
H1.HeaderClassName
{
color: #F01A70;
}
.AnyTagClassName
{
color: #F01A70;
}
</style>
background-color css
<style>
a { background-color: #F01A70; }
a { background-color: rgb(240,26,112); }
div.DivClassName
{
background-color: #F01A70;
}
.BgClassName
{
background-color: #F01A70;
}
</style>
border-color css
<style>
span { border-color: #F01A70; }
span { border-color: rgb(240,26,112); }
td.TdClassName
{
border-color: #F01A70;
}
.TagClassName
{
border-color: #F01A70;
}
</style>