Shades of Ruby #F31774
Tints of Ruby #F31774
RGB
CMYK
RGB Variations
Color information
#F31774 (or 0xF31774) is known color: Ruby. HEX triplet: F3, 17 and 74. RGB value is (243,23,116). Sum of RGB (Red+Green+Blue) = 243+23+116=382 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.61% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 243 - color contains mainly: red. Hex color #F31774 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31774 is #0CE88B. Grayscale: #636363. Windows color (decimal): -845964 or 7608307. OLE color: 7608307.
HSL color Cylindrical-coordinate representation of color #F31774: hue angle of 334.64º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31774 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 116 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.05 |
| HSL | 334.64º | 0.9% | 0.52% | - |
| HSV(B) | 334.64º | 0.91% | 0.95% | - |
| XYZ | 40.42 | 20.93 | 18.43 | - |
| YUV | 99.38 | 137.39 | 230.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 116 | 0 | 0.91 | 0.52 | 0.05 | 334.64 | 0.9 | 0.52 |
| Hex | F3 | 17 | 74 | 0 | 5B | 34 | 5 | 14F | 5A | 34 |
| Octal | 363 | 27 | 164 | 0 | 133 | 64 | 5 | 517 | 132 | 64 |
| Binary | 11110011 | 10111 | 1110100 | 0 | 1011011 | 110100 | 101 | 101001111 | 1011010 | 110100 |
Color Harmonies of #F31774
Complementary color
Monochromatic Colors of #F31774
Black with #F31774
Text Example
Text Example
White with #F31774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31774; }
p { color: rgb(243,23,116); }
H1.HeaderClassName
{
color: #F31774;
}
.AnyTagClassName
{
color: #F31774;
}
</style>
background-color css
<style>
a { background-color: #F31774; }
a { background-color: rgb(243,23,116); }
div.DivClassName
{
background-color: #F31774;
}
.BgClassName
{
background-color: #F31774;
}
</style>
border-color css
<style>
span { border-color: #F31774; }
span { border-color: rgb(243,23,116); }
td.TdClassName
{
border-color: #F31774;
}
.TagClassName
{
border-color: #F31774;
}
</style>