Shades of Ruby #F52072
Tints of Ruby #F52072
RGB
CMYK
RGB Variations
Color information
#F52072 (or 0xF52072) is known color: Ruby. HEX triplet: F5, 20 and 72. RGB value is (245,32,114). Sum of RGB (Red+Green+Blue) = 245+32+114=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F52072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52072 is #0ADF8D. Grayscale: #686868. Windows color (decimal): -712590 or 7479541. OLE color: 7479541.
HSL color Cylindrical-coordinate representation of color #F52072: hue angle of 336.9º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F52072 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 114 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.04 |
| HSL | 336.9º | 0.91% | 0.54% | - |
| HSV(B) | 336.9º | 0.87% | 0.96% | - |
| XYZ | 41.21 | 21.66 | 17.93 | - |
| YUV | 105.04 | 133.07 | 227.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 114 | 0 | 0.87 | 0.53 | 0.04 | 336.9 | 0.91 | 0.54 |
| Hex | F5 | 20 | 72 | 0 | 57 | 35 | 4 | 151 | 5B | 36 |
| Octal | 365 | 40 | 162 | 0 | 127 | 65 | 4 | 521 | 133 | 66 |
| Binary | 11110101 | 100000 | 1110010 | 0 | 1010111 | 110101 | 100 | 101010001 | 1011011 | 110110 |
Color Harmonies of #F52072
Complementary color
Monochromatic Colors of #F52072
Black with #F52072
Text Example
Text Example
White with #F52072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52072; }
p { color: rgb(245,32,114); }
H1.HeaderClassName
{
color: #F52072;
}
.AnyTagClassName
{
color: #F52072;
}
</style>
background-color css
<style>
a { background-color: #F52072; }
a { background-color: rgb(245,32,114); }
div.DivClassName
{
background-color: #F52072;
}
.BgClassName
{
background-color: #F52072;
}
</style>
border-color css
<style>
span { border-color: #F52072; }
span { border-color: rgb(245,32,114); }
td.TdClassName
{
border-color: #F52072;
}
.TagClassName
{
border-color: #F52072;
}
</style>