Shades of Ruby #F31269
Tints of Ruby #F31269
RGB
CMYK
RGB Variations
Color information
#F31269 (or 0xF31269) is known color: Ruby. HEX triplet: F3, 12 and 69. RGB value is (243,18,105). Sum of RGB (Red+Green+Blue) = 243+18+105=366 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.39% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 243 - color contains mainly: red. Hex color #F31269 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31269 is #0CED96. Grayscale: #5F5F5F. Windows color (decimal): -847255 or 6886131. OLE color: 6886131.
HSL color Cylindrical-coordinate representation of color #F31269: hue angle of 336.8º 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 #F31269 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 105 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.05 |
| HSL | 336.8º | 0.9% | 0.51% | - |
| HSV(B) | 336.8º | 0.93% | 0.95% | - |
| XYZ | 39.73 | 20.51 | 15.23 | - |
| YUV | 95.19 | 133.54 | 233.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 105 | 0 | 0.93 | 0.57 | 0.05 | 336.8 | 0.9 | 0.51 |
| Hex | F3 | 12 | 69 | 0 | 5D | 39 | 5 | 151 | 5A | 33 |
| Octal | 363 | 22 | 151 | 0 | 135 | 71 | 5 | 521 | 132 | 63 |
| Binary | 11110011 | 10010 | 1101001 | 0 | 1011101 | 111001 | 101 | 101010001 | 1011010 | 110011 |
Color Harmonies of #F31269
Complementary color
Monochromatic Colors of #F31269
Black with #F31269
Text Example
Text Example
White with #F31269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31269; }
p { color: rgb(243,18,105); }
H1.HeaderClassName
{
color: #F31269;
}
.AnyTagClassName
{
color: #F31269;
}
</style>
background-color css
<style>
a { background-color: #F31269; }
a { background-color: rgb(243,18,105); }
div.DivClassName
{
background-color: #F31269;
}
.BgClassName
{
background-color: #F31269;
}
</style>
border-color css
<style>
span { border-color: #F31269; }
span { border-color: rgb(243,18,105); }
td.TdClassName
{
border-color: #F31269;
}
.TagClassName
{
border-color: #F31269;
}
</style>