Shades of Ruby #F31968
Tints of Ruby #F31968
RGB
CMYK
RGB Variations
Color information
#F31968 (or 0xF31968) is known color: Ruby. HEX triplet: F3, 19 and 68. RGB value is (243,25,104). Sum of RGB (Red+Green+Blue) = 243+25+104=372 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.32% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 243 - color contains mainly: red. Hex color #F31968 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31968 is #0CE697. Grayscale: #636363. Windows color (decimal): -845464 or 6822387. OLE color: 6822387.
HSL color Cylindrical-coordinate representation of color #F31968: hue angle of 338.26º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31968 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 104 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.05 |
| HSL | 338.26º | 0.9% | 0.53% | - |
| HSV(B) | 338.26º | 0.9% | 0.95% | - |
| XYZ | 39.81 | 20.75 | 15 | - |
| YUV | 99.19 | 130.72 | 230.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 104 | 0 | 0.90 | 0.57 | 0.05 | 338.26 | 0.9 | 0.53 |
| Hex | F3 | 19 | 68 | 0 | 5A | 39 | 5 | 152 | 5A | 35 |
| Octal | 363 | 31 | 150 | 0 | 132 | 71 | 5 | 522 | 132 | 65 |
| Binary | 11110011 | 11001 | 1101000 | 0 | 1011010 | 111001 | 101 | 101010010 | 1011010 | 110101 |
Color Harmonies of #F31968
Complementary color
Monochromatic Colors of #F31968
Black with #F31968
Text Example
Text Example
White with #F31968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31968; }
p { color: rgb(243,25,104); }
H1.HeaderClassName
{
color: #F31968;
}
.AnyTagClassName
{
color: #F31968;
}
</style>
background-color css
<style>
a { background-color: #F31968; }
a { background-color: rgb(243,25,104); }
div.DivClassName
{
background-color: #F31968;
}
.BgClassName
{
background-color: #F31968;
}
</style>
border-color css
<style>
span { border-color: #F31968; }
span { border-color: rgb(243,25,104); }
td.TdClassName
{
border-color: #F31968;
}
.TagClassName
{
border-color: #F31968;
}
</style>