Shades of Ruby #F01C61
Tints of Ruby #F01C61
RGB
CMYK
RGB Variations
Color information
#F01C61 (or 0xF01C61) is known color: Ruby. HEX triplet: F0, 1C and 61. RGB value is (240,28,97). Sum of RGB (Red+Green+Blue) = 240+28+97=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01C61 is #0FE39E. Grayscale: #636363. Windows color (decimal): -1041311 or 6364400. OLE color: 6364400.
HSL color Cylindrical-coordinate representation of color #F01C61: hue angle of 340.47º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01C61 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 28 | 97 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.06 |
| HSL | 340.47º | 0.88% | 0.53% | - |
| HSV(B) | 340.47º | 0.88% | 0.94% | - |
| XYZ | 38.51 | 20.22 | 13.18 | - |
| YUV | 99.25 | 126.74 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 97 | 0 | 0.88 | 0.60 | 0.06 | 340.47 | 0.88 | 0.53 |
| Hex | F0 | 1C | 61 | 0 | 58 | 3C | 6 | 154 | 58 | 35 |
| Octal | 360 | 34 | 141 | 0 | 130 | 74 | 6 | 524 | 130 | 65 |
| Binary | 11110000 | 11100 | 1100001 | 0 | 1011000 | 111100 | 110 | 101010100 | 1011000 | 110101 |
Color Harmonies of #F01C61
Complementary color
Monochromatic Colors of #F01C61
Black with #F01C61
Text Example
Text Example
White with #F01C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01C61; }
p { color: rgb(240,28,97); }
H1.HeaderClassName
{
color: #F01C61;
}
.AnyTagClassName
{
color: #F01C61;
}
</style>
background-color css
<style>
a { background-color: #F01C61; }
a { background-color: rgb(240,28,97); }
div.DivClassName
{
background-color: #F01C61;
}
.BgClassName
{
background-color: #F01C61;
}
</style>
border-color css
<style>
span { border-color: #F01C61; }
span { border-color: rgb(240,28,97); }
td.TdClassName
{
border-color: #F01C61;
}
.TagClassName
{
border-color: #F01C61;
}
</style>