Shades of Ruby #F01961
Tints of Ruby #F01961
RGB
CMYK
RGB Variations
Color information
#F01961 (or 0xF01961) is known color: Ruby. HEX triplet: F0, 19 and 61. RGB value is (240,25,97). Sum of RGB (Red+Green+Blue) = 240+25+97=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F01961 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01961 is #0FE69E. Grayscale: #616161. Windows color (decimal): -1042079 or 6363632. OLE color: 6363632.
HSL color Cylindrical-coordinate representation of color #F01961: hue angle of 339.91º 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 #F01961 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 97 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.06 |
| HSL | 339.91º | 0.88% | 0.52% | - |
| HSV(B) | 339.91º | 0.9% | 0.94% | - |
| XYZ | 38.44 | 20.08 | 13.16 | - |
| YUV | 97.49 | 127.73 | 229.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 97 | 0 | 0.90 | 0.60 | 0.06 | 339.91 | 0.88 | 0.52 |
| Hex | F0 | 19 | 61 | 0 | 5A | 3C | 6 | 154 | 58 | 34 |
| Octal | 360 | 31 | 141 | 0 | 132 | 74 | 6 | 524 | 130 | 64 |
| Binary | 11110000 | 11001 | 1100001 | 0 | 1011010 | 111100 | 110 | 101010100 | 1011000 | 110100 |
Color Harmonies of #F01961
Complementary color
Monochromatic Colors of #F01961
Black with #F01961
Text Example
Text Example
White with #F01961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01961; }
p { color: rgb(240,25,97); }
H1.HeaderClassName
{
color: #F01961;
}
.AnyTagClassName
{
color: #F01961;
}
</style>
background-color css
<style>
a { background-color: #F01961; }
a { background-color: rgb(240,25,97); }
div.DivClassName
{
background-color: #F01961;
}
.BgClassName
{
background-color: #F01961;
}
</style>
border-color css
<style>
span { border-color: #F01961; }
span { border-color: rgb(240,25,97); }
td.TdClassName
{
border-color: #F01961;
}
.TagClassName
{
border-color: #F01961;
}
</style>