Shades of Ruby #F41867
Tints of Ruby #F41867
RGB
CMYK
RGB Variations
Color information
#F41867 (or 0xF41867) is known color: Ruby. HEX triplet: F4, 18 and 67. RGB value is (244,24,103). Sum of RGB (Red+Green+Blue) = 244+24+103=371 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.77% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 244 - color contains mainly: red. Hex color #F41867 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41867 is #0BE798. Grayscale: #626262. Windows color (decimal): -780185 or 6756596. OLE color: 6756596.
HSL color Cylindrical-coordinate representation of color #F41867: hue angle of 338.45º 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 #F41867 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 103 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.04 |
| HSL | 338.45º | 0.91% | 0.53% | - |
| HSV(B) | 338.45º | 0.9% | 0.96% | - |
| XYZ | 40.08 | 20.87 | 14.75 | - |
| YUV | 98.79 | 130.39 | 231.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 103 | 0 | 0.90 | 0.58 | 0.04 | 338.45 | 0.91 | 0.53 |
| Hex | F4 | 18 | 67 | 0 | 5A | 3A | 4 | 152 | 5B | 35 |
| Octal | 364 | 30 | 147 | 0 | 132 | 72 | 4 | 522 | 133 | 65 |
| Binary | 11110100 | 11000 | 1100111 | 0 | 1011010 | 111010 | 100 | 101010010 | 1011011 | 110101 |
Color Harmonies of #F41867
Complementary color
Monochromatic Colors of #F41867
Black with #F41867
Text Example
Text Example
White with #F41867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41867; }
p { color: rgb(244,24,103); }
H1.HeaderClassName
{
color: #F41867;
}
.AnyTagClassName
{
color: #F41867;
}
</style>
background-color css
<style>
a { background-color: #F41867; }
a { background-color: rgb(244,24,103); }
div.DivClassName
{
background-color: #F41867;
}
.BgClassName
{
background-color: #F41867;
}
</style>
border-color css
<style>
span { border-color: #F41867; }
span { border-color: rgb(244,24,103); }
td.TdClassName
{
border-color: #F41867;
}
.TagClassName
{
border-color: #F41867;
}
</style>