Shades of Ruby #F41967
Tints of Ruby #F41967
RGB
CMYK
RGB Variations
Color information
#F41967 (or 0xF41967) is known color: Ruby. HEX triplet: F4, 19 and 67. RGB value is (244,25,103). Sum of RGB (Red+Green+Blue) = 244+25+103=372 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.59% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 103 (40.62% from 255 or 27.69% from 372); Max value from RGB is 244 - color contains mainly: red. Hex color #F41967 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41967 is #0BE698. Grayscale: #636363. Windows color (decimal): -779929 or 6756852. OLE color: 6756852.
HSL color Cylindrical-coordinate representation of color #F41967: hue angle of 338.63º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F41967 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 103 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.04 |
| HSL | 338.63º | 0.91% | 0.53% | - |
| HSV(B) | 338.63º | 0.9% | 0.96% | - |
| XYZ | 40.1 | 20.91 | 14.75 | - |
| YUV | 99.37 | 130.05 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 103 | 0 | 0.90 | 0.58 | 0.04 | 338.63 | 0.91 | 0.53 |
| Hex | F4 | 19 | 67 | 0 | 5A | 3A | 4 | 153 | 5B | 35 |
| Octal | 364 | 31 | 147 | 0 | 132 | 72 | 4 | 523 | 133 | 65 |
| Binary | 11110100 | 11001 | 1100111 | 0 | 1011010 | 111010 | 100 | 101010011 | 1011011 | 110101 |
Color Harmonies of #F41967
Complementary color
Monochromatic Colors of #F41967
Black with #F41967
Text Example
Text Example
White with #F41967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41967; }
p { color: rgb(244,25,103); }
H1.HeaderClassName
{
color: #F41967;
}
.AnyTagClassName
{
color: #F41967;
}
</style>
background-color css
<style>
a { background-color: #F41967; }
a { background-color: rgb(244,25,103); }
div.DivClassName
{
background-color: #F41967;
}
.BgClassName
{
background-color: #F41967;
}
</style>
border-color css
<style>
span { border-color: #F41967; }
span { border-color: rgb(244,25,103); }
td.TdClassName
{
border-color: #F41967;
}
.TagClassName
{
border-color: #F41967;
}
</style>