Shades of Ruby #F31074
Tints of Ruby #F31074
RGB
CMYK
RGB Variations
Color information
#F31074 (or 0xF31074) is known color: Ruby. HEX triplet: F3, 10 and 74. RGB value is (243,16,116). Sum of RGB (Red+Green+Blue) = 243+16+116=375 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.8% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 243 - color contains mainly: red. Hex color #F31074 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31074 is #0CEF8B. Grayscale: #5F5F5F. Windows color (decimal): -847756 or 7606515. OLE color: 7606515.
HSL color Cylindrical-coordinate representation of color #F31074: hue angle of 333.57º 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 #F31074 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 116 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.05 |
| HSL | 333.57º | 0.9% | 0.51% | - |
| HSV(B) | 333.57º | 0.93% | 0.95% | - |
| XYZ | 40.3 | 20.69 | 18.39 | - |
| YUV | 95.27 | 139.71 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 116 | 0 | 0.93 | 0.52 | 0.05 | 333.57 | 0.9 | 0.51 |
| Hex | F3 | 10 | 74 | 0 | 5D | 34 | 5 | 14E | 5A | 33 |
| Octal | 363 | 20 | 164 | 0 | 135 | 64 | 5 | 516 | 132 | 63 |
| Binary | 11110011 | 10000 | 1110100 | 0 | 1011101 | 110100 | 101 | 101001110 | 1011010 | 110011 |
Color Harmonies of #F31074
Complementary color
Monochromatic Colors of #F31074
Black with #F31074
Text Example
Text Example
White with #F31074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31074; }
p { color: rgb(243,16,116); }
H1.HeaderClassName
{
color: #F31074;
}
.AnyTagClassName
{
color: #F31074;
}
</style>
background-color css
<style>
a { background-color: #F31074; }
a { background-color: rgb(243,16,116); }
div.DivClassName
{
background-color: #F31074;
}
.BgClassName
{
background-color: #F31074;
}
</style>
border-color css
<style>
span { border-color: #F31074; }
span { border-color: rgb(243,16,116); }
td.TdClassName
{
border-color: #F31074;
}
.TagClassName
{
border-color: #F31074;
}
</style>