Shades of Ruby #F31570
Tints of Ruby #F31570
RGB
CMYK
RGB Variations
Color information
#F31570 (or 0xF31570) is known color: Ruby. HEX triplet: F3, 15 and 70. RGB value is (243,21,112). Sum of RGB (Red+Green+Blue) = 243+21+112=376 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.63% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 243 - color contains mainly: red. Hex color #F31570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31570 is #0CEA8F. Grayscale: #616161. Windows color (decimal): -846480 or 7345651. OLE color: 7345651.
HSL color Cylindrical-coordinate representation of color #F31570: hue angle of 335.41º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31570 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 112 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.05 |
| HSL | 335.41º | 0.9% | 0.52% | - |
| HSV(B) | 335.41º | 0.91% | 0.95% | - |
| XYZ | 40.15 | 20.76 | 17.22 | - |
| YUV | 97.75 | 136.05 | 231.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 112 | 0 | 0.91 | 0.54 | 0.05 | 335.41 | 0.9 | 0.52 |
| Hex | F3 | 15 | 70 | 0 | 5B | 36 | 5 | 14F | 5A | 34 |
| Octal | 363 | 25 | 160 | 0 | 133 | 66 | 5 | 517 | 132 | 64 |
| Binary | 11110011 | 10101 | 1110000 | 0 | 1011011 | 110110 | 101 | 101001111 | 1011010 | 110100 |
Color Harmonies of #F31570
Complementary color
Monochromatic Colors of #F31570
Black with #F31570
Text Example
Text Example
White with #F31570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31570; }
p { color: rgb(243,21,112); }
H1.HeaderClassName
{
color: #F31570;
}
.AnyTagClassName
{
color: #F31570;
}
</style>
background-color css
<style>
a { background-color: #F31570; }
a { background-color: rgb(243,21,112); }
div.DivClassName
{
background-color: #F31570;
}
.BgClassName
{
background-color: #F31570;
}
</style>
border-color css
<style>
span { border-color: #F31570; }
span { border-color: rgb(243,21,112); }
td.TdClassName
{
border-color: #F31570;
}
.TagClassName
{
border-color: #F31570;
}
</style>