Shades of Ruby #F51570
Tints of Ruby #F51570
RGB
CMYK
RGB Variations
Color information
#F51570 (or 0xF51570) is known color: Ruby. HEX triplet: F5, 15 and 70. RGB value is (245,21,112). Sum of RGB (Red+Green+Blue) = 245+21+112=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F51570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51570 is #0AEA8F. Grayscale: #626262. Windows color (decimal): -715408 or 7345653. OLE color: 7345653.
HSL color Cylindrical-coordinate representation of color #F51570: hue angle of 335.62º degrees, saturation: 0.92, 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 #F51570 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 112 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.04 |
| HSL | 335.63º | 0.92% | 0.52% | - |
| HSV(B) | 335.63º | 0.91% | 0.96% | - |
| XYZ | 40.85 | 21.12 | 17.25 | - |
| YUV | 98.35 | 135.71 | 232.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 112 | 0 | 0.91 | 0.54 | 0.04 | 335.63 | 0.92 | 0.52 |
| Hex | F5 | 15 | 70 | 0 | 5B | 36 | 4 | 150 | 5C | 34 |
| Octal | 365 | 25 | 160 | 0 | 133 | 66 | 4 | 520 | 134 | 64 |
| Binary | 11110101 | 10101 | 1110000 | 0 | 1011011 | 110110 | 100 | 101010000 | 1011100 | 110100 |
Color Harmonies of #F51570
Complementary color
Monochromatic Colors of #F51570
Black with #F51570
Text Example
Text Example
White with #F51570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51570; }
p { color: rgb(245,21,112); }
H1.HeaderClassName
{
color: #F51570;
}
.AnyTagClassName
{
color: #F51570;
}
</style>
background-color css
<style>
a { background-color: #F51570; }
a { background-color: rgb(245,21,112); }
div.DivClassName
{
background-color: #F51570;
}
.BgClassName
{
background-color: #F51570;
}
</style>
border-color css
<style>
span { border-color: #F51570; }
span { border-color: rgb(245,21,112); }
td.TdClassName
{
border-color: #F51570;
}
.TagClassName
{
border-color: #F51570;
}
</style>