Shades of Ruby #F11A68
Tints of Ruby #F11A68
RGB
CMYK
RGB Variations
Color information
#F11A68 (or 0xF11A68) is known color: Ruby. HEX triplet: F1, 1A and 68. RGB value is (241,26,104). Sum of RGB (Red+Green+Blue) = 241+26+104=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11A68 is #0EE597. Grayscale: #636363. Windows color (decimal): -976280 or 6822641. OLE color: 6822641.
HSL color Cylindrical-coordinate representation of color #F11A68: hue angle of 338.23º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11A68 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 104 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.05 |
| HSL | 338.23º | 0.88% | 0.52% | - |
| HSV(B) | 338.23º | 0.89% | 0.95% | - |
| XYZ | 39.14 | 20.44 | 14.98 | - |
| YUV | 99.18 | 130.73 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 104 | 0 | 0.89 | 0.57 | 0.05 | 338.23 | 0.88 | 0.52 |
| Hex | F1 | 1A | 68 | 0 | 59 | 39 | 5 | 152 | 58 | 34 |
| Octal | 361 | 32 | 150 | 0 | 131 | 71 | 5 | 522 | 130 | 64 |
| Binary | 11110001 | 11010 | 1101000 | 0 | 1011001 | 111001 | 101 | 101010010 | 1011000 | 110100 |
Color Harmonies of #F11A68
Complementary color
Monochromatic Colors of #F11A68
Black with #F11A68
Text Example
Text Example
White with #F11A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11A68; }
p { color: rgb(241,26,104); }
H1.HeaderClassName
{
color: #F11A68;
}
.AnyTagClassName
{
color: #F11A68;
}
</style>
background-color css
<style>
a { background-color: #F11A68; }
a { background-color: rgb(241,26,104); }
div.DivClassName
{
background-color: #F11A68;
}
.BgClassName
{
background-color: #F11A68;
}
</style>
border-color css
<style>
span { border-color: #F11A68; }
span { border-color: rgb(241,26,104); }
td.TdClassName
{
border-color: #F11A68;
}
.TagClassName
{
border-color: #F11A68;
}
</style>