Shades of Ruby #F01478
Tints of Ruby #F01478
RGB
CMYK
RGB Variations
Color information
#F01478 (or 0xF01478) is known color: Ruby. HEX triplet: F0, 14 and 78. RGB value is (240,20,120). Sum of RGB (Red+Green+Blue) = 240+20+120=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F01478 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01478 is #0FEB87. Grayscale: #616161. Windows color (decimal): -1043336 or 7869680. OLE color: 7869680.
HSL color Cylindrical-coordinate representation of color #F01478: hue angle of 332.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F01478 is Cyan = 0, Magento = 0.92, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 120 | - |
| CMYK | 0 | 0.92 | 0.5 | 0.06 |
| HSL | 332.73º | 0.88% | 0.51% | - |
| HSV(B) | 332.73º | 0.92% | 0.94% | - |
| XYZ | 39.58 | 20.38 | 19.62 | - |
| YUV | 97.18 | 140.89 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 120 | 0 | 0.92 | 0.5 | 0.06 | 332.73 | 0.88 | 0.51 |
| Hex | F0 | 14 | 78 | 0 | 5C | 32 | 6 | 14D | 58 | 33 |
| Octal | 360 | 24 | 170 | 0 | 134 | 62 | 6 | 515 | 130 | 63 |
| Binary | 11110000 | 10100 | 1111000 | 0 | 1011100 | 110010 | 110 | 101001101 | 1011000 | 110011 |
Color Harmonies of #F01478
Complementary color
Monochromatic Colors of #F01478
Black with #F01478
Text Example
Text Example
White with #F01478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01478; }
p { color: rgb(240,20,120); }
H1.HeaderClassName
{
color: #F01478;
}
.AnyTagClassName
{
color: #F01478;
}
</style>
background-color css
<style>
a { background-color: #F01478; }
a { background-color: rgb(240,20,120); }
div.DivClassName
{
background-color: #F01478;
}
.BgClassName
{
background-color: #F01478;
}
</style>
border-color css
<style>
span { border-color: #F01478; }
span { border-color: rgb(240,20,120); }
td.TdClassName
{
border-color: #F01478;
}
.TagClassName
{
border-color: #F01478;
}
</style>