Shades of Ruby #F31466
Tints of Ruby #F31466
RGB
CMYK
RGB Variations
Color information
#F31466 (or 0xF31466) is known color: Ruby. HEX triplet: F3, 14 and 66. RGB value is (243,20,102). Sum of RGB (Red+Green+Blue) = 243+20+102=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F31466 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31466 is #0CEB99. Grayscale: #5F5F5F. Windows color (decimal): -846746 or 6690035. OLE color: 6690035.
HSL color Cylindrical-coordinate representation of color #F31466: hue angle of 337.94º 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 #F31466 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 102 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.05 |
| HSL | 337.94º | 0.9% | 0.52% | - |
| HSV(B) | 337.94º | 0.92% | 0.95% | - |
| XYZ | 39.61 | 20.51 | 14.44 | - |
| YUV | 96.03 | 131.38 | 232.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 102 | 0 | 0.92 | 0.58 | 0.05 | 337.94 | 0.9 | 0.52 |
| Hex | F3 | 14 | 66 | 0 | 5C | 3A | 5 | 152 | 5A | 34 |
| Octal | 363 | 24 | 146 | 0 | 134 | 72 | 5 | 522 | 132 | 64 |
| Binary | 11110011 | 10100 | 1100110 | 0 | 1011100 | 111010 | 101 | 101010010 | 1011010 | 110100 |
Color Harmonies of #F31466
Complementary color
Monochromatic Colors of #F31466
Black with #F31466
Text Example
Text Example
White with #F31466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31466; }
p { color: rgb(243,20,102); }
H1.HeaderClassName
{
color: #F31466;
}
.AnyTagClassName
{
color: #F31466;
}
</style>
background-color css
<style>
a { background-color: #F31466; }
a { background-color: rgb(243,20,102); }
div.DivClassName
{
background-color: #F31466;
}
.BgClassName
{
background-color: #F31466;
}
</style>
border-color css
<style>
span { border-color: #F31466; }
span { border-color: rgb(243,20,102); }
td.TdClassName
{
border-color: #F31466;
}
.TagClassName
{
border-color: #F31466;
}
</style>