Shades of Ruby #F91570
Tints of Ruby #F91570
RGB
CMYK
RGB Variations
Color information
#F91570 (or 0xF91570) is known color: Ruby. HEX triplet: F9, 15 and 70. RGB value is (249,21,112). Sum of RGB (Red+Green+Blue) = 249+21+112=382 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.18% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 249 - color contains mainly: red. Hex color #F91570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91570 is #06EA8F. Grayscale: #636363. Windows color (decimal): -453264 or 7345657. OLE color: 7345657.
HSL color Cylindrical-coordinate representation of color #F91570: hue angle of 336.05º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F91570 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 21 | 112 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.02 |
| HSL | 336.05º | 0.95% | 0.53% | - |
| HSV(B) | 336.05º | 0.92% | 0.98% | - |
| XYZ | 42.26 | 21.85 | 17.32 | - |
| YUV | 99.55 | 135.04 | 234.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 21 | 112 | 0 | 0.92 | 0.55 | 0.02 | 336.05 | 0.95 | 0.53 |
| Hex | F9 | 15 | 70 | 0 | 5C | 37 | 2 | 150 | 5F | 35 |
| Octal | 371 | 25 | 160 | 0 | 134 | 67 | 2 | 520 | 137 | 65 |
| Binary | 11111001 | 10101 | 1110000 | 0 | 1011100 | 110111 | 10 | 101010000 | 1011111 | 110101 |
Color Harmonies of #F91570
Complementary color
Monochromatic Colors of #F91570
Black with #F91570
Text Example
Text Example
White with #F91570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91570; }
p { color: rgb(249,21,112); }
H1.HeaderClassName
{
color: #F91570;
}
.AnyTagClassName
{
color: #F91570;
}
</style>
background-color css
<style>
a { background-color: #F91570; }
a { background-color: rgb(249,21,112); }
div.DivClassName
{
background-color: #F91570;
}
.BgClassName
{
background-color: #F91570;
}
</style>
border-color css
<style>
span { border-color: #F91570; }
span { border-color: rgb(249,21,112); }
td.TdClassName
{
border-color: #F91570;
}
.TagClassName
{
border-color: #F91570;
}
</style>