Shades of Ruby #F31F63
Tints of Ruby #F31F63
RGB
CMYK
RGB Variations
Color information
#F31F63 (or 0xF31F63) is known color: Ruby. HEX triplet: F3, 1F and 63. RGB value is (243,31,99). Sum of RGB (Red+Green+Blue) = 243+31+99=373 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.15% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31F63 is #0CE09C. Grayscale: #666666. Windows color (decimal): -843933 or 6496243. OLE color: 6496243.
HSL color Cylindrical-coordinate representation of color #F31F63: hue angle of 340.75º 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 #F31F63 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 99 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.05 |
| HSL | 340.75º | 0.9% | 0.54% | - |
| HSV(B) | 340.75º | 0.87% | 0.95% | - |
| XYZ | 39.7 | 20.94 | 13.75 | - |
| YUV | 102.14 | 126.24 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 99 | 0 | 0.87 | 0.59 | 0.05 | 340.75 | 0.9 | 0.54 |
| Hex | F3 | 1F | 63 | 0 | 57 | 3B | 5 | 155 | 5A | 36 |
| Octal | 363 | 37 | 143 | 0 | 127 | 73 | 5 | 525 | 132 | 66 |
| Binary | 11110011 | 11111 | 1100011 | 0 | 1010111 | 111011 | 101 | 101010101 | 1011010 | 110110 |
Color Harmonies of #F31F63
Complementary color
Monochromatic Colors of #F31F63
Black with #F31F63
Text Example
Text Example
White with #F31F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31F63; }
p { color: rgb(243,31,99); }
H1.HeaderClassName
{
color: #F31F63;
}
.AnyTagClassName
{
color: #F31F63;
}
</style>
background-color css
<style>
a { background-color: #F31F63; }
a { background-color: rgb(243,31,99); }
div.DivClassName
{
background-color: #F31F63;
}
.BgClassName
{
background-color: #F31F63;
}
</style>
border-color css
<style>
span { border-color: #F31F63; }
span { border-color: rgb(243,31,99); }
td.TdClassName
{
border-color: #F31F63;
}
.TagClassName
{
border-color: #F31F63;
}
</style>