Shades of Ruby #F31F62
Tints of Ruby #F31F62
RGB
CMYK
RGB Variations
Color information
#F31F62 (or 0xF31F62) is known color: Ruby. HEX triplet: F3, 1F and 62. RGB value is (243,31,98). Sum of RGB (Red+Green+Blue) = 243+31+98=372 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.32% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31F62 is #0CE09D. Grayscale: #656565. Windows color (decimal): -843934 or 6430707. OLE color: 6430707.
HSL color Cylindrical-coordinate representation of color #F31F62: hue angle of 341.04º 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 #F31F62 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 98 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.05 |
| HSL | 341.04º | 0.9% | 0.54% | - |
| HSV(B) | 341.04º | 0.87% | 0.95% | - |
| XYZ | 39.66 | 20.92 | 13.5 | - |
| YUV | 102.03 | 125.74 | 228.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 98 | 0 | 0.87 | 0.60 | 0.05 | 341.04 | 0.9 | 0.54 |
| Hex | F3 | 1F | 62 | 0 | 57 | 3C | 5 | 155 | 5A | 36 |
| Octal | 363 | 37 | 142 | 0 | 127 | 74 | 5 | 525 | 132 | 66 |
| Binary | 11110011 | 11111 | 1100010 | 0 | 1010111 | 111100 | 101 | 101010101 | 1011010 | 110110 |
Color Harmonies of #F31F62
Complementary color
Monochromatic Colors of #F31F62
Black with #F31F62
Text Example
Text Example
White with #F31F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31F62; }
p { color: rgb(243,31,98); }
H1.HeaderClassName
{
color: #F31F62;
}
.AnyTagClassName
{
color: #F31F62;
}
</style>
background-color css
<style>
a { background-color: #F31F62; }
a { background-color: rgb(243,31,98); }
div.DivClassName
{
background-color: #F31F62;
}
.BgClassName
{
background-color: #F31F62;
}
</style>
border-color css
<style>
span { border-color: #F31F62; }
span { border-color: rgb(243,31,98); }
td.TdClassName
{
border-color: #F31F62;
}
.TagClassName
{
border-color: #F31F62;
}
</style>