Shades of Ruby #F01978
Tints of Ruby #F01978
RGB
CMYK
RGB Variations
Color information
#F01978 (or 0xF01978) is known color: Ruby. HEX triplet: F0, 19 and 78. RGB value is (240,25,120). Sum of RGB (Red+Green+Blue) = 240+25+120=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F01978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01978 is #0FE687. Grayscale: #636363. Windows color (decimal): -1042056 or 7870960. OLE color: 7870960.
HSL color Cylindrical-coordinate representation of color #F01978: hue angle of 333.49º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01978 is Cyan = 0, Magento = 0.90, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 120 | - |
| CMYK | 0 | 0.90 | 0.5 | 0.06 |
| HSL | 333.49º | 0.88% | 0.52% | - |
| HSV(B) | 333.49º | 0.9% | 0.94% | - |
| XYZ | 39.67 | 20.58 | 19.65 | - |
| YUV | 100.12 | 139.23 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 120 | 0 | 0.90 | 0.5 | 0.06 | 333.49 | 0.88 | 0.52 |
| Hex | F0 | 19 | 78 | 0 | 5A | 32 | 6 | 14D | 58 | 34 |
| Octal | 360 | 31 | 170 | 0 | 132 | 62 | 6 | 515 | 130 | 64 |
| Binary | 11110000 | 11001 | 1111000 | 0 | 1011010 | 110010 | 110 | 101001101 | 1011000 | 110100 |
Color Harmonies of #F01978
Complementary color
Monochromatic Colors of #F01978
Black with #F01978
Text Example
Text Example
White with #F01978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01978; }
p { color: rgb(240,25,120); }
H1.HeaderClassName
{
color: #F01978;
}
.AnyTagClassName
{
color: #F01978;
}
</style>
background-color css
<style>
a { background-color: #F01978; }
a { background-color: rgb(240,25,120); }
div.DivClassName
{
background-color: #F01978;
}
.BgClassName
{
background-color: #F01978;
}
</style>
border-color css
<style>
span { border-color: #F01978; }
span { border-color: rgb(240,25,120); }
td.TdClassName
{
border-color: #F01978;
}
.TagClassName
{
border-color: #F01978;
}
</style>