Shades of Ruby #F31467
Tints of Ruby #F31467
RGB
CMYK
RGB Variations
Color information
#F31467 (or 0xF31467) is known color: Ruby. HEX triplet: F3, 14 and 67. RGB value is (243,20,103). Sum of RGB (Red+Green+Blue) = 243+20+103=366 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.39% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 243 - color contains mainly: red. Hex color #F31467 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31467 is #0CEB98. Grayscale: #606060. Windows color (decimal): -846745 or 6755571. OLE color: 6755571.
HSL color Cylindrical-coordinate representation of color #F31467: hue angle of 337.67º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31467 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 103 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.05 |
| HSL | 337.67º | 0.9% | 0.52% | - |
| HSV(B) | 337.67º | 0.92% | 0.95% | - |
| XYZ | 39.66 | 20.53 | 14.71 | - |
| YUV | 96.14 | 131.88 | 232.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 103 | 0 | 0.92 | 0.58 | 0.05 | 337.67 | 0.9 | 0.52 |
| Hex | F3 | 14 | 67 | 0 | 5C | 3A | 5 | 152 | 5A | 34 |
| Octal | 363 | 24 | 147 | 0 | 134 | 72 | 5 | 522 | 132 | 64 |
| Binary | 11110011 | 10100 | 1100111 | 0 | 1011100 | 111010 | 101 | 101010010 | 1011010 | 110100 |
Color Harmonies of #F31467
Complementary color
Monochromatic Colors of #F31467
Black with #F31467
Text Example
Text Example
White with #F31467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31467; }
p { color: rgb(243,20,103); }
H1.HeaderClassName
{
color: #F31467;
}
.AnyTagClassName
{
color: #F31467;
}
</style>
background-color css
<style>
a { background-color: #F31467; }
a { background-color: rgb(243,20,103); }
div.DivClassName
{
background-color: #F31467;
}
.BgClassName
{
background-color: #F31467;
}
</style>
border-color css
<style>
span { border-color: #F31467; }
span { border-color: rgb(243,20,103); }
td.TdClassName
{
border-color: #F31467;
}
.TagClassName
{
border-color: #F31467;
}
</style>