Shades of Ruby #F31667
Tints of Ruby #F31667
RGB
CMYK
RGB Variations
Color information
#F31667 (or 0xF31667) is known color: Ruby. HEX triplet: F3, 16 and 67. RGB value is (243,22,103). Sum of RGB (Red+Green+Blue) = 243+22+103=368 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.03% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 243 - color contains mainly: red. Hex color #F31667 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31667 is #0CE998. Grayscale: #616161. Windows color (decimal): -846233 or 6756083. OLE color: 6756083.
HSL color Cylindrical-coordinate representation of color #F31667: hue angle of 338.01º 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 #F31667 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 22 | 103 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.05 |
| HSL | 338.01º | 0.9% | 0.52% | - |
| HSV(B) | 338.01º | 0.91% | 0.95% | - |
| XYZ | 39.7 | 20.61 | 14.72 | - |
| YUV | 97.31 | 131.22 | 231.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 22 | 103 | 0 | 0.91 | 0.58 | 0.05 | 338.01 | 0.9 | 0.52 |
| Hex | F3 | 16 | 67 | 0 | 5B | 3A | 5 | 152 | 5A | 34 |
| Octal | 363 | 26 | 147 | 0 | 133 | 72 | 5 | 522 | 132 | 64 |
| Binary | 11110011 | 10110 | 1100111 | 0 | 1011011 | 111010 | 101 | 101010010 | 1011010 | 110100 |
Color Harmonies of #F31667
Complementary color
Monochromatic Colors of #F31667
Black with #F31667
Text Example
Text Example
White with #F31667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31667; }
p { color: rgb(243,22,103); }
H1.HeaderClassName
{
color: #F31667;
}
.AnyTagClassName
{
color: #F31667;
}
</style>
background-color css
<style>
a { background-color: #F31667; }
a { background-color: rgb(243,22,103); }
div.DivClassName
{
background-color: #F31667;
}
.BgClassName
{
background-color: #F31667;
}
</style>
border-color css
<style>
span { border-color: #F31667; }
span { border-color: rgb(243,22,103); }
td.TdClassName
{
border-color: #F31667;
}
.TagClassName
{
border-color: #F31667;
}
</style>