Shades of Ruby #F31277
Tints of Ruby #F31277
RGB
CMYK
RGB Variations
Color information
#F31277 (or 0xF31277) is known color: Ruby. HEX triplet: F3, 12 and 77. RGB value is (243,18,119). Sum of RGB (Red+Green+Blue) = 243+18+119=380 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.95% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 243 - color contains mainly: red. Hex color #F31277 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31277 is #0CED88. Grayscale: #606060. Windows color (decimal): -847241 or 7803635. OLE color: 7803635.
HSL color Cylindrical-coordinate representation of color #F31277: hue angle of 333.07º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31277 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 119 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.05 |
| HSL | 333.07º | 0.9% | 0.51% | - |
| HSV(B) | 333.07º | 0.93% | 0.95% | - |
| XYZ | 40.51 | 20.82 | 19.34 | - |
| YUV | 96.79 | 140.54 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 119 | 0 | 0.93 | 0.51 | 0.05 | 333.07 | 0.9 | 0.51 |
| Hex | F3 | 12 | 77 | 0 | 5D | 33 | 5 | 14D | 5A | 33 |
| Octal | 363 | 22 | 167 | 0 | 135 | 63 | 5 | 515 | 132 | 63 |
| Binary | 11110011 | 10010 | 1110111 | 0 | 1011101 | 110011 | 101 | 101001101 | 1011010 | 110011 |
Color Harmonies of #F31277
Complementary color
Monochromatic Colors of #F31277
Black with #F31277
Text Example
Text Example
White with #F31277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31277; }
p { color: rgb(243,18,119); }
H1.HeaderClassName
{
color: #F31277;
}
.AnyTagClassName
{
color: #F31277;
}
</style>
background-color css
<style>
a { background-color: #F31277; }
a { background-color: rgb(243,18,119); }
div.DivClassName
{
background-color: #F31277;
}
.BgClassName
{
background-color: #F31277;
}
</style>
border-color css
<style>
span { border-color: #F31277; }
span { border-color: rgb(243,18,119); }
td.TdClassName
{
border-color: #F31277;
}
.TagClassName
{
border-color: #F31277;
}
</style>