Shades of Ruby #F61B5A
Tints of Ruby #F61B5A
RGB
CMYK
RGB Variations
Color information
#F61B5A (or 0xF61B5A) is known color: Ruby. HEX triplet: F6, 1B and 5A. RGB value is (246,27,90). Sum of RGB (Red+Green+Blue) = 246+27+90=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F61B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61B5A is #09E4A5. Grayscale: #636363. Windows color (decimal): -648358 or 5905398. OLE color: 5905398.
HSL color Cylindrical-coordinate representation of color #F61B5A: hue angle of 342.74º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61B5A is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 27 | 90 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.04 |
| HSL | 342.74º | 0.92% | 0.54% | - |
| HSV(B) | 342.74º | 0.89% | 0.96% | - |
| XYZ | 40.24 | 21.11 | 11.63 | - |
| YUV | 99.66 | 122.55 | 232.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 27 | 90 | 0 | 0.89 | 0.63 | 0.04 | 342.74 | 0.92 | 0.54 |
| Hex | F6 | 1B | 5A | 0 | 59 | 3F | 4 | 157 | 5C | 36 |
| Octal | 366 | 33 | 132 | 0 | 131 | 77 | 4 | 527 | 134 | 66 |
| Binary | 11110110 | 11011 | 1011010 | 0 | 1011001 | 111111 | 100 | 101010111 | 1011100 | 110110 |
Color Harmonies of #F61B5A
Complementary color
Monochromatic Colors of #F61B5A
Black with #F61B5A
Text Example
Text Example
White with #F61B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61B5A; }
p { color: rgb(246,27,90); }
H1.HeaderClassName
{
color: #F61B5A;
}
.AnyTagClassName
{
color: #F61B5A;
}
</style>
background-color css
<style>
a { background-color: #F61B5A; }
a { background-color: rgb(246,27,90); }
div.DivClassName
{
background-color: #F61B5A;
}
.BgClassName
{
background-color: #F61B5A;
}
</style>
border-color css
<style>
span { border-color: #F61B5A; }
span { border-color: rgb(246,27,90); }
td.TdClassName
{
border-color: #F61B5A;
}
.TagClassName
{
border-color: #F61B5A;
}
</style>