Shades of Ruby #F0126B
Tints of Ruby #F0126B
RGB
CMYK
RGB Variations
Color information
#F0126B (or 0xF0126B) is known color: Ruby. HEX triplet: F0, 12 and 6B. RGB value is (240,18,107). Sum of RGB (Red+Green+Blue) = 240+18+107=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F0126B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0126B is #0FED94. Grayscale: #5E5E5E. Windows color (decimal): -1043861 or 7017200. OLE color: 7017200.
HSL color Cylindrical-coordinate representation of color #F0126B: hue angle of 335.95º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0126B is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 107 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.06 |
| HSL | 335.95º | 0.88% | 0.51% | - |
| HSV(B) | 335.95º | 0.93% | 0.94% | - |
| XYZ | 38.81 | 20.02 | 15.73 | - |
| YUV | 94.52 | 135.05 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 107 | 0 | 0.92 | 0.55 | 0.06 | 335.95 | 0.88 | 0.51 |
| Hex | F0 | 12 | 6B | 0 | 5C | 37 | 6 | 150 | 58 | 33 |
| Octal | 360 | 22 | 153 | 0 | 134 | 67 | 6 | 520 | 130 | 63 |
| Binary | 11110000 | 10010 | 1101011 | 0 | 1011100 | 110111 | 110 | 101010000 | 1011000 | 110011 |
Color Harmonies of #F0126B
Complementary color
Monochromatic Colors of #F0126B
Black with #F0126B
Text Example
Text Example
White with #F0126B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0126B; }
p { color: rgb(240,18,107); }
H1.HeaderClassName
{
color: #F0126B;
}
.AnyTagClassName
{
color: #F0126B;
}
</style>
background-color css
<style>
a { background-color: #F0126B; }
a { background-color: rgb(240,18,107); }
div.DivClassName
{
background-color: #F0126B;
}
.BgClassName
{
background-color: #F0126B;
}
</style>
border-color css
<style>
span { border-color: #F0126B; }
span { border-color: rgb(240,18,107); }
td.TdClassName
{
border-color: #F0126B;
}
.TagClassName
{
border-color: #F0126B;
}
</style>