Shades of Ruby #F31865
Tints of Ruby #F31865
RGB
CMYK
RGB Variations
Color information
#F31865 (or 0xF31865) is known color: Ruby. HEX triplet: F3, 18 and 65. RGB value is (243,24,101). Sum of RGB (Red+Green+Blue) = 243+24+101=368 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.03% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 243 - color contains mainly: red. Hex color #F31865 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31865 is #0CE79A. Grayscale: #626262. Windows color (decimal): -845723 or 6625523. OLE color: 6625523.
HSL color Cylindrical-coordinate representation of color #F31865: hue angle of 338.9º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31865 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 101 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.05 |
| HSL | 338.9º | 0.9% | 0.52% | - |
| HSV(B) | 338.9º | 0.9% | 0.95% | - |
| XYZ | 39.64 | 20.65 | 14.21 | - |
| YUV | 98.26 | 129.55 | 231.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 101 | 0 | 0.90 | 0.58 | 0.05 | 338.9 | 0.9 | 0.52 |
| Hex | F3 | 18 | 65 | 0 | 5A | 3A | 5 | 153 | 5A | 34 |
| Octal | 363 | 30 | 145 | 0 | 132 | 72 | 5 | 523 | 132 | 64 |
| Binary | 11110011 | 11000 | 1100101 | 0 | 1011010 | 111010 | 101 | 101010011 | 1011010 | 110100 |
Color Harmonies of #F31865
Complementary color
Monochromatic Colors of #F31865
Black with #F31865
Text Example
Text Example
White with #F31865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31865; }
p { color: rgb(243,24,101); }
H1.HeaderClassName
{
color: #F31865;
}
.AnyTagClassName
{
color: #F31865;
}
</style>
background-color css
<style>
a { background-color: #F31865; }
a { background-color: rgb(243,24,101); }
div.DivClassName
{
background-color: #F31865;
}
.BgClassName
{
background-color: #F31865;
}
</style>
border-color css
<style>
span { border-color: #F31865; }
span { border-color: rgb(243,24,101); }
td.TdClassName
{
border-color: #F31865;
}
.TagClassName
{
border-color: #F31865;
}
</style>