Shades of Ruby #F41570
Tints of Ruby #F41570
RGB
CMYK
RGB Variations
Color information
#F41570 (or 0xF41570) is known color: Ruby. HEX triplet: F4, 15 and 70. RGB value is (244,21,112). Sum of RGB (Red+Green+Blue) = 244+21+112=377 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.72% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 244 - color contains mainly: red. Hex color #F41570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41570 is #0BEA8F. Grayscale: #616161. Windows color (decimal): -780944 or 7345652. OLE color: 7345652.
HSL color Cylindrical-coordinate representation of color #F41570: hue angle of 335.52º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F41570 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 112 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.04 |
| HSL | 335.52º | 0.91% | 0.52% | - |
| HSV(B) | 335.52º | 0.91% | 0.96% | - |
| XYZ | 40.5 | 20.94 | 17.24 | - |
| YUV | 98.05 | 135.88 | 232.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 112 | 0 | 0.91 | 0.54 | 0.04 | 335.52 | 0.91 | 0.52 |
| Hex | F4 | 15 | 70 | 0 | 5B | 36 | 4 | 150 | 5B | 34 |
| Octal | 364 | 25 | 160 | 0 | 133 | 66 | 4 | 520 | 133 | 64 |
| Binary | 11110100 | 10101 | 1110000 | 0 | 1011011 | 110110 | 100 | 101010000 | 1011011 | 110100 |
Color Harmonies of #F41570
Complementary color
Monochromatic Colors of #F41570
Black with #F41570
Text Example
Text Example
White with #F41570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41570; }
p { color: rgb(244,21,112); }
H1.HeaderClassName
{
color: #F41570;
}
.AnyTagClassName
{
color: #F41570;
}
</style>
background-color css
<style>
a { background-color: #F41570; }
a { background-color: rgb(244,21,112); }
div.DivClassName
{
background-color: #F41570;
}
.BgClassName
{
background-color: #F41570;
}
</style>
border-color css
<style>
span { border-color: #F41570; }
span { border-color: rgb(244,21,112); }
td.TdClassName
{
border-color: #F41570;
}
.TagClassName
{
border-color: #F41570;
}
</style>