Shades of Ruby #F51B5A
Tints of Ruby #F51B5A
RGB
CMYK
RGB Variations
Color information
#F51B5A (or 0xF51B5A) is known color: Ruby. HEX triplet: F5, 1B and 5A. RGB value is (245,27,90). Sum of RGB (Red+Green+Blue) = 245+27+90=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F51B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51B5A is #0AE4A5. Grayscale: #636363. Windows color (decimal): -713894 or 5905397. OLE color: 5905397.
HSL color Cylindrical-coordinate representation of color #F51B5A: hue angle of 342.66º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51B5A is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 27 | 90 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.04 |
| HSL | 342.66º | 0.92% | 0.53% | - |
| HSV(B) | 342.66º | 0.89% | 0.96% | - |
| XYZ | 39.89 | 20.93 | 11.61 | - |
| YUV | 99.36 | 122.72 | 231.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 27 | 90 | 0 | 0.89 | 0.63 | 0.04 | 342.66 | 0.92 | 0.53 |
| Hex | F5 | 1B | 5A | 0 | 59 | 3F | 4 | 157 | 5C | 35 |
| Octal | 365 | 33 | 132 | 0 | 131 | 77 | 4 | 527 | 134 | 65 |
| Binary | 11110101 | 11011 | 1011010 | 0 | 1011001 | 111111 | 100 | 101010111 | 1011100 | 110101 |
Color Harmonies of #F51B5A
Complementary color
Monochromatic Colors of #F51B5A
Black with #F51B5A
Text Example
Text Example
White with #F51B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51B5A; }
p { color: rgb(245,27,90); }
H1.HeaderClassName
{
color: #F51B5A;
}
.AnyTagClassName
{
color: #F51B5A;
}
</style>
background-color css
<style>
a { background-color: #F51B5A; }
a { background-color: rgb(245,27,90); }
div.DivClassName
{
background-color: #F51B5A;
}
.BgClassName
{
background-color: #F51B5A;
}
</style>
border-color css
<style>
span { border-color: #F51B5A; }
span { border-color: rgb(245,27,90); }
td.TdClassName
{
border-color: #F51B5A;
}
.TagClassName
{
border-color: #F51B5A;
}
</style>