Shades of Ruby #F01878
Tints of Ruby #F01878
RGB
CMYK
RGB Variations
Color information
#F01878 (or 0xF01878) is known color: Ruby. HEX triplet: F0, 18 and 78. RGB value is (240,24,120). Sum of RGB (Red+Green+Blue) = 240+24+120=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F01878 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01878 is #0FE787. Grayscale: #636363. Windows color (decimal): -1042312 or 7870704. OLE color: 7870704.
HSL color Cylindrical-coordinate representation of color #F01878: hue angle of 333.33º 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 #F01878 is Cyan = 0, Magento = 0.9, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 120 | - |
| CMYK | 0 | 0.9 | 0.5 | 0.06 |
| HSL | 333.33º | 0.88% | 0.52% | - |
| HSV(B) | 333.33º | 0.9% | 0.94% | - |
| XYZ | 39.65 | 20.53 | 19.64 | - |
| YUV | 99.53 | 139.56 | 228.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 120 | 0 | 0.9 | 0.5 | 0.06 | 333.33 | 0.88 | 0.52 |
| Hex | F0 | 18 | 78 | 0 | 5A | 32 | 6 | 14D | 58 | 34 |
| Octal | 360 | 30 | 170 | 0 | 132 | 62 | 6 | 515 | 130 | 64 |
| Binary | 11110000 | 11000 | 1111000 | 0 | 1011010 | 110010 | 110 | 101001101 | 1011000 | 110100 |
Color Harmonies of #F01878
Complementary color
Monochromatic Colors of #F01878
Black with #F01878
Text Example
Text Example
White with #F01878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01878; }
p { color: rgb(240,24,120); }
H1.HeaderClassName
{
color: #F01878;
}
.AnyTagClassName
{
color: #F01878;
}
</style>
background-color css
<style>
a { background-color: #F01878; }
a { background-color: rgb(240,24,120); }
div.DivClassName
{
background-color: #F01878;
}
.BgClassName
{
background-color: #F01878;
}
</style>
border-color css
<style>
span { border-color: #F01878; }
span { border-color: rgb(240,24,120); }
td.TdClassName
{
border-color: #F01878;
}
.TagClassName
{
border-color: #F01878;
}
</style>