Shades of Ruby #F31F66
Tints of Ruby #F31F66
RGB
CMYK
RGB Variations
Color information
#F31F66 (or 0xF31F66) is known color: Ruby. HEX triplet: F3, 1F and 66. RGB value is (243,31,102). Sum of RGB (Red+Green+Blue) = 243+31+102=376 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.63% from 376); Green value is 31 (12.5% from 255 or 8.24% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31F66 is #0CE099. Grayscale: #666666. Windows color (decimal): -843930 or 6692851. OLE color: 6692851.
HSL color Cylindrical-coordinate representation of color #F31F66: hue angle of 339.91º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F31F66 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 102 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.05 |
| HSL | 339.91º | 0.9% | 0.54% | - |
| HSV(B) | 339.91º | 0.87% | 0.95% | - |
| XYZ | 39.85 | 20.99 | 14.52 | - |
| YUV | 102.48 | 127.74 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 102 | 0 | 0.87 | 0.58 | 0.05 | 339.91 | 0.9 | 0.54 |
| Hex | F3 | 1F | 66 | 0 | 57 | 3A | 5 | 154 | 5A | 36 |
| Octal | 363 | 37 | 146 | 0 | 127 | 72 | 5 | 524 | 132 | 66 |
| Binary | 11110011 | 11111 | 1100110 | 0 | 1010111 | 111010 | 101 | 101010100 | 1011010 | 110110 |
Color Harmonies of #F31F66
Complementary color
Monochromatic Colors of #F31F66
Black with #F31F66
Text Example
Text Example
White with #F31F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31F66; }
p { color: rgb(243,31,102); }
H1.HeaderClassName
{
color: #F31F66;
}
.AnyTagClassName
{
color: #F31F66;
}
</style>
background-color css
<style>
a { background-color: #F31F66; }
a { background-color: rgb(243,31,102); }
div.DivClassName
{
background-color: #F31F66;
}
.BgClassName
{
background-color: #F31F66;
}
</style>
border-color css
<style>
span { border-color: #F31F66; }
span { border-color: rgb(243,31,102); }
td.TdClassName
{
border-color: #F31F66;
}
.TagClassName
{
border-color: #F31F66;
}
</style>