Shades of Ruby #F02061
Tints of Ruby #F02061
RGB
CMYK
RGB Variations
Color information
#F02061 (or 0xF02061) is known color: Ruby. HEX triplet: F0, 20 and 61. RGB value is (240,32,97). Sum of RGB (Red+Green+Blue) = 240+32+97=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F02061 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02061 is #0FDF9E. Grayscale: #656565. Windows color (decimal): -1040287 or 6365424. OLE color: 6365424.
HSL color Cylindrical-coordinate representation of color #F02061: hue angle of 341.25º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F02061 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 97 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.06 |
| HSL | 341.25º | 0.87% | 0.53% | - |
| HSV(B) | 341.25º | 0.87% | 0.94% | - |
| XYZ | 38.61 | 20.42 | 13.22 | - |
| YUV | 101.6 | 125.41 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 97 | 0 | 0.87 | 0.60 | 0.06 | 341.25 | 0.87 | 0.53 |
| Hex | F0 | 20 | 61 | 0 | 57 | 3C | 6 | 155 | 57 | 35 |
| Octal | 360 | 40 | 141 | 0 | 127 | 74 | 6 | 525 | 127 | 65 |
| Binary | 11110000 | 100000 | 1100001 | 0 | 1010111 | 111100 | 110 | 101010101 | 1010111 | 110101 |
Color Harmonies of #F02061
Complementary color
Monochromatic Colors of #F02061
Black with #F02061
Text Example
Text Example
White with #F02061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02061; }
p { color: rgb(240,32,97); }
H1.HeaderClassName
{
color: #F02061;
}
.AnyTagClassName
{
color: #F02061;
}
</style>
background-color css
<style>
a { background-color: #F02061; }
a { background-color: rgb(240,32,97); }
div.DivClassName
{
background-color: #F02061;
}
.BgClassName
{
background-color: #F02061;
}
</style>
border-color css
<style>
span { border-color: #F02061; }
span { border-color: rgb(240,32,97); }
td.TdClassName
{
border-color: #F02061;
}
.TagClassName
{
border-color: #F02061;
}
</style>