Shades of Ruby #F31274
Tints of Ruby #F31274
RGB
CMYK
RGB Variations
Color information
#F31274 (or 0xF31274) is known color: Ruby. HEX triplet: F3, 12 and 74. RGB value is (243,18,116). Sum of RGB (Red+Green+Blue) = 243+18+116=377 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.46% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 243 - color contains mainly: red. Hex color #F31274 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31274 is #0CED8B. Grayscale: #606060. Windows color (decimal): -847244 or 7607027. OLE color: 7607027.
HSL color Cylindrical-coordinate representation of color #F31274: hue angle of 333.87º 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 #F31274 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 116 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.05 |
| HSL | 333.87º | 0.9% | 0.51% | - |
| HSV(B) | 333.87º | 0.93% | 0.95% | - |
| XYZ | 40.33 | 20.75 | 18.4 | - |
| YUV | 96.45 | 139.04 | 232.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 116 | 0 | 0.93 | 0.52 | 0.05 | 333.87 | 0.9 | 0.51 |
| Hex | F3 | 12 | 74 | 0 | 5D | 34 | 5 | 14E | 5A | 33 |
| Octal | 363 | 22 | 164 | 0 | 135 | 64 | 5 | 516 | 132 | 63 |
| Binary | 11110011 | 10010 | 1110100 | 0 | 1011101 | 110100 | 101 | 101001110 | 1011010 | 110011 |
Color Harmonies of #F31274
Complementary color
Monochromatic Colors of #F31274
Black with #F31274
Text Example
Text Example
White with #F31274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31274; }
p { color: rgb(243,18,116); }
H1.HeaderClassName
{
color: #F31274;
}
.AnyTagClassName
{
color: #F31274;
}
</style>
background-color css
<style>
a { background-color: #F31274; }
a { background-color: rgb(243,18,116); }
div.DivClassName
{
background-color: #F31274;
}
.BgClassName
{
background-color: #F31274;
}
</style>
border-color css
<style>
span { border-color: #F31274; }
span { border-color: rgb(243,18,116); }
td.TdClassName
{
border-color: #F31274;
}
.TagClassName
{
border-color: #F31274;
}
</style>