Shades of Ruby #F12074
Tints of Ruby #F12074
RGB
CMYK
RGB Variations
Color information
#F12074 (or 0xF12074) is known color: Ruby. HEX triplet: F1, 20 and 74. RGB value is (241,32,116). Sum of RGB (Red+Green+Blue) = 241+32+116=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F12074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12074 is #0EDF8B. Grayscale: #676767. Windows color (decimal): -974732 or 7610609. OLE color: 7610609.
HSL color Cylindrical-coordinate representation of color #F12074: hue angle of 335.89º 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 #F12074 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 116 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.05 |
| HSL | 335.89º | 0.88% | 0.54% | - |
| HSV(B) | 335.89º | 0.87% | 0.95% | - |
| XYZ | 39.94 | 20.99 | 18.47 | - |
| YUV | 104.07 | 134.74 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 116 | 0 | 0.87 | 0.52 | 0.05 | 335.89 | 0.88 | 0.54 |
| Hex | F1 | 20 | 74 | 0 | 57 | 34 | 5 | 150 | 58 | 36 |
| Octal | 361 | 40 | 164 | 0 | 127 | 64 | 5 | 520 | 130 | 66 |
| Binary | 11110001 | 100000 | 1110100 | 0 | 1010111 | 110100 | 101 | 101010000 | 1011000 | 110110 |
Color Harmonies of #F12074
Complementary color
Monochromatic Colors of #F12074
Black with #F12074
Text Example
Text Example
White with #F12074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12074; }
p { color: rgb(241,32,116); }
H1.HeaderClassName
{
color: #F12074;
}
.AnyTagClassName
{
color: #F12074;
}
</style>
background-color css
<style>
a { background-color: #F12074; }
a { background-color: rgb(241,32,116); }
div.DivClassName
{
background-color: #F12074;
}
.BgClassName
{
background-color: #F12074;
}
</style>
border-color css
<style>
span { border-color: #F12074; }
span { border-color: rgb(241,32,116); }
td.TdClassName
{
border-color: #F12074;
}
.TagClassName
{
border-color: #F12074;
}
</style>