Shades of Ruby #F31B5F
Tints of Ruby #F31B5F
RGB
CMYK
RGB Variations
Color information
#F31B5F (or 0xF31B5F) is known color: Ruby. HEX triplet: F3, 1B and 5F. RGB value is (243,27,95). Sum of RGB (Red+Green+Blue) = 243+27+95=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F31B5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31B5F is #0CE4A0. Grayscale: #636363. Windows color (decimal): -844961 or 6233075. OLE color: 6233075.
HSL color Cylindrical-coordinate representation of color #F31B5F: hue angle of 341.11º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31B5F is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 27 | 95 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.05 |
| HSL | 341.11º | 0.9% | 0.53% | - |
| HSV(B) | 341.11º | 0.89% | 0.95% | - |
| XYZ | 39.42 | 20.66 | 12.74 | - |
| YUV | 99.34 | 125.56 | 230.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 27 | 95 | 0 | 0.89 | 0.61 | 0.05 | 341.11 | 0.9 | 0.53 |
| Hex | F3 | 1B | 5F | 0 | 59 | 3D | 5 | 155 | 5A | 35 |
| Octal | 363 | 33 | 137 | 0 | 131 | 75 | 5 | 525 | 132 | 65 |
| Binary | 11110011 | 11011 | 1011111 | 0 | 1011001 | 111101 | 101 | 101010101 | 1011010 | 110101 |
Color Harmonies of #F31B5F
Complementary color
Monochromatic Colors of #F31B5F
Black with #F31B5F
Text Example
Text Example
White with #F31B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31B5F; }
p { color: rgb(243,27,95); }
H1.HeaderClassName
{
color: #F31B5F;
}
.AnyTagClassName
{
color: #F31B5F;
}
</style>
background-color css
<style>
a { background-color: #F31B5F; }
a { background-color: rgb(243,27,95); }
div.DivClassName
{
background-color: #F31B5F;
}
.BgClassName
{
background-color: #F31B5F;
}
</style>
border-color css
<style>
span { border-color: #F31B5F; }
span { border-color: rgb(243,27,95); }
td.TdClassName
{
border-color: #F31B5F;
}
.TagClassName
{
border-color: #F31B5F;
}
</style>