Shades of Ruby #F31E6B
Tints of Ruby #F31E6B
RGB
CMYK
RGB Variations
Color information
#F31E6B (or 0xF31E6B) is known color: Ruby. HEX triplet: F3, 1E and 6B. RGB value is (243,30,107). Sum of RGB (Red+Green+Blue) = 243+30+107=380 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.95% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31E6B is #0CE194. Grayscale: #666666. Windows color (decimal): -844181 or 7020275. OLE color: 7020275.
HSL color Cylindrical-coordinate representation of color #F31E6B: hue angle of 338.31º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31E6B is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 107 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.05 |
| HSL | 338.31º | 0.9% | 0.54% | - |
| HSV(B) | 338.31º | 0.88% | 0.95% | - |
| XYZ | 40.08 | 21.04 | 15.86 | - |
| YUV | 102.47 | 130.57 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 107 | 0 | 0.88 | 0.56 | 0.05 | 338.31 | 0.9 | 0.54 |
| Hex | F3 | 1E | 6B | 0 | 58 | 38 | 5 | 152 | 5A | 36 |
| Octal | 363 | 36 | 153 | 0 | 130 | 70 | 5 | 522 | 132 | 66 |
| Binary | 11110011 | 11110 | 1101011 | 0 | 1011000 | 111000 | 101 | 101010010 | 1011010 | 110110 |
Color Harmonies of #F31E6B
Complementary color
Monochromatic Colors of #F31E6B
Black with #F31E6B
Text Example
Text Example
White with #F31E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31E6B; }
p { color: rgb(243,30,107); }
H1.HeaderClassName
{
color: #F31E6B;
}
.AnyTagClassName
{
color: #F31E6B;
}
</style>
background-color css
<style>
a { background-color: #F31E6B; }
a { background-color: rgb(243,30,107); }
div.DivClassName
{
background-color: #F31E6B;
}
.BgClassName
{
background-color: #F31E6B;
}
</style>
border-color css
<style>
span { border-color: #F31E6B; }
span { border-color: rgb(243,30,107); }
td.TdClassName
{
border-color: #F31E6B;
}
.TagClassName
{
border-color: #F31E6B;
}
</style>