Shades of Ruby #F52176
Tints of Ruby #F52176
RGB
CMYK
RGB Variations
Color information
#F52176 (or 0xF52176) is known color: Ruby. HEX triplet: F5, 21 and 76. RGB value is (245,33,118). Sum of RGB (Red+Green+Blue) = 245+33+118=396 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.87% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 245 - color contains mainly: red. Hex color #F52176 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52176 is #0ADE89. Grayscale: #696969. Windows color (decimal): -712330 or 7741941. OLE color: 7741941.
HSL color Cylindrical-coordinate representation of color #F52176: hue angle of 335.94º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F52176 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 118 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.04 |
| HSL | 335.94º | 0.91% | 0.55% | - |
| HSV(B) | 335.94º | 0.87% | 0.96% | - |
| XYZ | 41.47 | 21.81 | 19.16 | - |
| YUV | 106.08 | 134.74 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 118 | 0 | 0.87 | 0.52 | 0.04 | 335.94 | 0.91 | 0.55 |
| Hex | F5 | 21 | 76 | 0 | 57 | 34 | 4 | 150 | 5B | 37 |
| Octal | 365 | 41 | 166 | 0 | 127 | 64 | 4 | 520 | 133 | 67 |
| Binary | 11110101 | 100001 | 1110110 | 0 | 1010111 | 110100 | 100 | 101010000 | 1011011 | 110111 |
Color Harmonies of #F52176
Complementary color
Monochromatic Colors of #F52176
Black with #F52176
Text Example
Text Example
White with #F52176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52176; }
p { color: rgb(245,33,118); }
H1.HeaderClassName
{
color: #F52176;
}
.AnyTagClassName
{
color: #F52176;
}
</style>
background-color css
<style>
a { background-color: #F52176; }
a { background-color: rgb(245,33,118); }
div.DivClassName
{
background-color: #F52176;
}
.BgClassName
{
background-color: #F52176;
}
</style>
border-color css
<style>
span { border-color: #F52176; }
span { border-color: rgb(245,33,118); }
td.TdClassName
{
border-color: #F52176;
}
.TagClassName
{
border-color: #F52176;
}
</style>