Shades of Ruby #F12070
Tints of Ruby #F12070
RGB
CMYK
RGB Variations
Color information
#F12070 (or 0xF12070) is known color: Ruby. HEX triplet: F1, 20 and 70. RGB value is (241,32,112). Sum of RGB (Red+Green+Blue) = 241+32+112=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F12070 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12070 is #0EDF8F. Grayscale: #676767. Windows color (decimal): -974736 or 7348465. OLE color: 7348465.
HSL color Cylindrical-coordinate representation of color #F12070: hue angle of 337.03º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F12070 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 112 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.05 |
| HSL | 337.03º | 0.88% | 0.54% | - |
| HSV(B) | 337.03º | 0.87% | 0.95% | - |
| XYZ | 39.72 | 20.9 | 17.27 | - |
| YUV | 103.61 | 132.74 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 112 | 0 | 0.87 | 0.54 | 0.05 | 337.03 | 0.88 | 0.54 |
| Hex | F1 | 20 | 70 | 0 | 57 | 36 | 5 | 151 | 58 | 36 |
| Octal | 361 | 40 | 160 | 0 | 127 | 66 | 5 | 521 | 130 | 66 |
| Binary | 11110001 | 100000 | 1110000 | 0 | 1010111 | 110110 | 101 | 101010001 | 1011000 | 110110 |
Color Harmonies of #F12070
Complementary color
Monochromatic Colors of #F12070
Black with #F12070
Text Example
Text Example
White with #F12070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12070; }
p { color: rgb(241,32,112); }
H1.HeaderClassName
{
color: #F12070;
}
.AnyTagClassName
{
color: #F12070;
}
</style>
background-color css
<style>
a { background-color: #F12070; }
a { background-color: rgb(241,32,112); }
div.DivClassName
{
background-color: #F12070;
}
.BgClassName
{
background-color: #F12070;
}
</style>
border-color css
<style>
span { border-color: #F12070; }
span { border-color: rgb(241,32,112); }
td.TdClassName
{
border-color: #F12070;
}
.TagClassName
{
border-color: #F12070;
}
</style>