Shades of Ruby #F12077
Tints of Ruby #F12077
RGB
CMYK
RGB Variations
Color information
#F12077 (or 0xF12077) is known color: Ruby. HEX triplet: F1, 20 and 77. RGB value is (241,32,119). Sum of RGB (Red+Green+Blue) = 241+32+119=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F12077 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12077 is #0EDF88. Grayscale: #686868. Windows color (decimal): -974729 or 7807217. OLE color: 7807217.
HSL color Cylindrical-coordinate representation of color #F12077: hue angle of 335.02º 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 #F12077 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 119 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.05 |
| HSL | 335.02º | 0.88% | 0.54% | - |
| HSV(B) | 335.02º | 0.87% | 0.95% | - |
| XYZ | 40.12 | 21.07 | 19.4 | - |
| YUV | 104.41 | 136.24 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 119 | 0 | 0.87 | 0.51 | 0.05 | 335.02 | 0.88 | 0.54 |
| Hex | F1 | 20 | 77 | 0 | 57 | 33 | 5 | 14F | 58 | 36 |
| Octal | 361 | 40 | 167 | 0 | 127 | 63 | 5 | 517 | 130 | 66 |
| Binary | 11110001 | 100000 | 1110111 | 0 | 1010111 | 110011 | 101 | 101001111 | 1011000 | 110110 |
Color Harmonies of #F12077
Complementary color
Monochromatic Colors of #F12077
Black with #F12077
Text Example
Text Example
White with #F12077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12077; }
p { color: rgb(241,32,119); }
H1.HeaderClassName
{
color: #F12077;
}
.AnyTagClassName
{
color: #F12077;
}
</style>
background-color css
<style>
a { background-color: #F12077; }
a { background-color: rgb(241,32,119); }
div.DivClassName
{
background-color: #F12077;
}
.BgClassName
{
background-color: #F12077;
}
</style>
border-color css
<style>
span { border-color: #F12077; }
span { border-color: rgb(241,32,119); }
td.TdClassName
{
border-color: #F12077;
}
.TagClassName
{
border-color: #F12077;
}
</style>