Shades of Ruby #F41269
Tints of Ruby #F41269
RGB
CMYK
RGB Variations
Color information
#F41269 (or 0xF41269) is known color: Ruby. HEX triplet: F4, 12 and 69. RGB value is (244,18,105). Sum of RGB (Red+Green+Blue) = 244+18+105=367 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.49% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 244 - color contains mainly: red. Hex color #F41269 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41269 is #0BED96. Grayscale: #5F5F5F. Windows color (decimal): -781719 or 6886132. OLE color: 6886132.
HSL color Cylindrical-coordinate representation of color #F41269: hue angle of 336.9º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F41269 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 105 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.04 |
| HSL | 336.9º | 0.91% | 0.51% | - |
| HSV(B) | 336.9º | 0.93% | 0.96% | - |
| XYZ | 40.07 | 20.69 | 15.25 | - |
| YUV | 95.49 | 133.37 | 233.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 105 | 0 | 0.93 | 0.57 | 0.04 | 336.9 | 0.91 | 0.51 |
| Hex | F4 | 12 | 69 | 0 | 5D | 39 | 4 | 151 | 5B | 33 |
| Octal | 364 | 22 | 151 | 0 | 135 | 71 | 4 | 521 | 133 | 63 |
| Binary | 11110100 | 10010 | 1101001 | 0 | 1011101 | 111001 | 100 | 101010001 | 1011011 | 110011 |
Color Harmonies of #F41269
Complementary color
Monochromatic Colors of #F41269
Black with #F41269
Text Example
Text Example
White with #F41269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41269; }
p { color: rgb(244,18,105); }
H1.HeaderClassName
{
color: #F41269;
}
.AnyTagClassName
{
color: #F41269;
}
</style>
background-color css
<style>
a { background-color: #F41269; }
a { background-color: rgb(244,18,105); }
div.DivClassName
{
background-color: #F41269;
}
.BgClassName
{
background-color: #F41269;
}
</style>
border-color css
<style>
span { border-color: #F41269; }
span { border-color: rgb(244,18,105); }
td.TdClassName
{
border-color: #F41269;
}
.TagClassName
{
border-color: #F41269;
}
</style>