Shades of Ruby #F41C5A
Tints of Ruby #F41C5A
RGB
CMYK
RGB Variations
Color information
#F41C5A (or 0xF41C5A) is known color: Ruby. HEX triplet: F4, 1C and 5A. RGB value is (244,28,90). Sum of RGB (Red+Green+Blue) = 244+28+90=362 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.40% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41C5A is #0BE3A5. Grayscale: #636363. Windows color (decimal): -779174 or 5905652. OLE color: 5905652.
HSL color Cylindrical-coordinate representation of color #F41C5A: hue angle of 342.78º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41C5A is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 28 | 90 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.04 |
| HSL | 342.78º | 0.91% | 0.53% | - |
| HSV(B) | 342.78º | 0.89% | 0.96% | - |
| XYZ | 39.57 | 20.8 | 11.6 | - |
| YUV | 99.65 | 122.56 | 230.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 90 | 0 | 0.89 | 0.63 | 0.04 | 342.78 | 0.91 | 0.53 |
| Hex | F4 | 1C | 5A | 0 | 59 | 3F | 4 | 157 | 5B | 35 |
| Octal | 364 | 34 | 132 | 0 | 131 | 77 | 4 | 527 | 133 | 65 |
| Binary | 11110100 | 11100 | 1011010 | 0 | 1011001 | 111111 | 100 | 101010111 | 1011011 | 110101 |
Color Harmonies of #F41C5A
Complementary color
Monochromatic Colors of #F41C5A
Black with #F41C5A
Text Example
Text Example
White with #F41C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41C5A; }
p { color: rgb(244,28,90); }
H1.HeaderClassName
{
color: #F41C5A;
}
.AnyTagClassName
{
color: #F41C5A;
}
</style>
background-color css
<style>
a { background-color: #F41C5A; }
a { background-color: rgb(244,28,90); }
div.DivClassName
{
background-color: #F41C5A;
}
.BgClassName
{
background-color: #F41C5A;
}
</style>
border-color css
<style>
span { border-color: #F41C5A; }
span { border-color: rgb(244,28,90); }
td.TdClassName
{
border-color: #F41C5A;
}
.TagClassName
{
border-color: #F41C5A;
}
</style>