Shades of Ruby #F31567
Tints of Ruby #F31567
RGB
CMYK
RGB Variations
Color information
#F31567 (or 0xF31567) is known color: Ruby. HEX triplet: F3, 15 and 67. RGB value is (243,21,103). Sum of RGB (Red+Green+Blue) = 243+21+103=367 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.21% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 103 (40.62% from 255 or 28.07% from 367); Max value from RGB is 243 - color contains mainly: red. Hex color #F31567 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31567 is #0CEA98. Grayscale: #606060. Windows color (decimal): -846489 or 6755827. OLE color: 6755827.
HSL color Cylindrical-coordinate representation of color #F31567: hue angle of 337.84º 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 #F31567 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 103 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.05 |
| HSL | 337.84º | 0.9% | 0.52% | - |
| HSV(B) | 337.84º | 0.91% | 0.95% | - |
| XYZ | 39.68 | 20.57 | 14.71 | - |
| YUV | 96.73 | 131.55 | 232.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 103 | 0 | 0.91 | 0.58 | 0.05 | 337.84 | 0.9 | 0.52 |
| Hex | F3 | 15 | 67 | 0 | 5B | 3A | 5 | 152 | 5A | 34 |
| Octal | 363 | 25 | 147 | 0 | 133 | 72 | 5 | 522 | 132 | 64 |
| Binary | 11110011 | 10101 | 1100111 | 0 | 1011011 | 111010 | 101 | 101010010 | 1011010 | 110100 |
Color Harmonies of #F31567
Complementary color
Monochromatic Colors of #F31567
Black with #F31567
Text Example
Text Example
White with #F31567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31567; }
p { color: rgb(243,21,103); }
H1.HeaderClassName
{
color: #F31567;
}
.AnyTagClassName
{
color: #F31567;
}
</style>
background-color css
<style>
a { background-color: #F31567; }
a { background-color: rgb(243,21,103); }
div.DivClassName
{
background-color: #F31567;
}
.BgClassName
{
background-color: #F31567;
}
</style>
border-color css
<style>
span { border-color: #F31567; }
span { border-color: rgb(243,21,103); }
td.TdClassName
{
border-color: #F31567;
}
.TagClassName
{
border-color: #F31567;
}
</style>