Shades of Ruby #F12075
Tints of Ruby #F12075
RGB
CMYK
RGB Variations
Color information
#F12075 (or 0xF12075) is known color: Ruby. HEX triplet: F1, 20 and 75. RGB value is (241,32,117). Sum of RGB (Red+Green+Blue) = 241+32+117=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F12075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12075 is #0EDF8A. Grayscale: #686868. Windows color (decimal): -974731 or 7676145. OLE color: 7676145.
HSL color Cylindrical-coordinate representation of color #F12075: hue angle of 335.6º 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 #F12075 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 117 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.05 |
| HSL | 335.6º | 0.88% | 0.54% | - |
| HSV(B) | 335.6º | 0.87% | 0.95% | - |
| XYZ | 40 | 21.02 | 18.78 | - |
| YUV | 104.18 | 135.24 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 117 | 0 | 0.87 | 0.51 | 0.05 | 335.6 | 0.88 | 0.54 |
| Hex | F1 | 20 | 75 | 0 | 57 | 33 | 5 | 150 | 58 | 36 |
| Octal | 361 | 40 | 165 | 0 | 127 | 63 | 5 | 520 | 130 | 66 |
| Binary | 11110001 | 100000 | 1110101 | 0 | 1010111 | 110011 | 101 | 101010000 | 1011000 | 110110 |
Color Harmonies of #F12075
Complementary color
Monochromatic Colors of #F12075
Black with #F12075
Text Example
Text Example
White with #F12075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12075; }
p { color: rgb(241,32,117); }
H1.HeaderClassName
{
color: #F12075;
}
.AnyTagClassName
{
color: #F12075;
}
</style>
background-color css
<style>
a { background-color: #F12075; }
a { background-color: rgb(241,32,117); }
div.DivClassName
{
background-color: #F12075;
}
.BgClassName
{
background-color: #F12075;
}
</style>
border-color css
<style>
span { border-color: #F12075; }
span { border-color: rgb(241,32,117); }
td.TdClassName
{
border-color: #F12075;
}
.TagClassName
{
border-color: #F12075;
}
</style>