Shades of Ruby #F52074
Tints of Ruby #F52074
RGB
CMYK
RGB Variations
Color information
#F52074 (or 0xF52074) is known color: Ruby. HEX triplet: F5, 20 and 74. RGB value is (245,32,116). Sum of RGB (Red+Green+Blue) = 245+32+116=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F52074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52074 is #0ADF8B. Grayscale: #696969. Windows color (decimal): -712588 or 7610613. OLE color: 7610613.
HSL color Cylindrical-coordinate representation of color #F52074: hue angle of 336.34º 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 #F52074 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 116 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.04 |
| HSL | 336.34º | 0.91% | 0.54% | - |
| HSV(B) | 336.34º | 0.87% | 0.96% | - |
| XYZ | 41.33 | 21.71 | 18.53 | - |
| YUV | 105.26 | 134.07 | 227.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 116 | 0 | 0.87 | 0.53 | 0.04 | 336.34 | 0.91 | 0.54 |
| Hex | F5 | 20 | 74 | 0 | 57 | 35 | 4 | 150 | 5B | 36 |
| Octal | 365 | 40 | 164 | 0 | 127 | 65 | 4 | 520 | 133 | 66 |
| Binary | 11110101 | 100000 | 1110100 | 0 | 1010111 | 110101 | 100 | 101010000 | 1011011 | 110110 |
Color Harmonies of #F52074
Complementary color
Monochromatic Colors of #F52074
Black with #F52074
Text Example
Text Example
White with #F52074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52074; }
p { color: rgb(245,32,116); }
H1.HeaderClassName
{
color: #F52074;
}
.AnyTagClassName
{
color: #F52074;
}
</style>
background-color css
<style>
a { background-color: #F52074; }
a { background-color: rgb(245,32,116); }
div.DivClassName
{
background-color: #F52074;
}
.BgClassName
{
background-color: #F52074;
}
</style>
border-color css
<style>
span { border-color: #F52074; }
span { border-color: rgb(245,32,116); }
td.TdClassName
{
border-color: #F52074;
}
.TagClassName
{
border-color: #F52074;
}
</style>