Shades of Ruby #F41572
Tints of Ruby #F41572
RGB
CMYK
RGB Variations
Color information
#F41572 (or 0xF41572) is known color: Ruby. HEX triplet: F4, 15 and 72. RGB value is (244,21,114). Sum of RGB (Red+Green+Blue) = 244+21+114=379 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.38% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 244 - color contains mainly: red. Hex color #F41572 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41572 is #0BEA8D. Grayscale: #626262. Windows color (decimal): -780942 or 7476724. OLE color: 7476724.
HSL color Cylindrical-coordinate representation of color #F41572: hue angle of 334.98º 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 #F41572 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 114 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.04 |
| HSL | 334.98º | 0.91% | 0.52% | - |
| HSV(B) | 334.98º | 0.91% | 0.96% | - |
| XYZ | 40.61 | 20.98 | 17.83 | - |
| YUV | 98.28 | 136.88 | 231.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 114 | 0 | 0.91 | 0.53 | 0.04 | 334.98 | 0.91 | 0.52 |
| Hex | F4 | 15 | 72 | 0 | 5B | 35 | 4 | 14F | 5B | 34 |
| Octal | 364 | 25 | 162 | 0 | 133 | 65 | 4 | 517 | 133 | 64 |
| Binary | 11110100 | 10101 | 1110010 | 0 | 1011011 | 110101 | 100 | 101001111 | 1011011 | 110100 |
Color Harmonies of #F41572
Complementary color
Monochromatic Colors of #F41572
Black with #F41572
Text Example
Text Example
White with #F41572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41572; }
p { color: rgb(244,21,114); }
H1.HeaderClassName
{
color: #F41572;
}
.AnyTagClassName
{
color: #F41572;
}
</style>
background-color css
<style>
a { background-color: #F41572; }
a { background-color: rgb(244,21,114); }
div.DivClassName
{
background-color: #F41572;
}
.BgClassName
{
background-color: #F41572;
}
</style>
border-color css
<style>
span { border-color: #F41572; }
span { border-color: rgb(244,21,114); }
td.TdClassName
{
border-color: #F41572;
}
.TagClassName
{
border-color: #F41572;
}
</style>