Shades of Ruby #F2156E
Tints of Ruby #F2156E
RGB
CMYK
RGB Variations
Color information
#F2156E (or 0xF2156E) is known color: Ruby. HEX triplet: F2, 15 and 6E. RGB value is (242,21,110). Sum of RGB (Red+Green+Blue) = 242+21+110=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F2156E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2156E is #0DEA91. Grayscale: #616161. Windows color (decimal): -912018 or 7214578. OLE color: 7214578.
HSL color Cylindrical-coordinate representation of color #F2156E: hue angle of 335.84º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2156E is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 110 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.05 |
| HSL | 335.84º | 0.89% | 0.52% | - |
| HSV(B) | 335.84º | 0.91% | 0.95% | - |
| XYZ | 39.7 | 20.54 | 16.62 | - |
| YUV | 97.23 | 135.22 | 231.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 110 | 0 | 0.91 | 0.55 | 0.05 | 335.84 | 0.89 | 0.52 |
| Hex | F2 | 15 | 6E | 0 | 5B | 37 | 5 | 150 | 59 | 34 |
| Octal | 362 | 25 | 156 | 0 | 133 | 67 | 5 | 520 | 131 | 64 |
| Binary | 11110010 | 10101 | 1101110 | 0 | 1011011 | 110111 | 101 | 101010000 | 1011001 | 110100 |
Color Harmonies of #F2156E
Complementary color
Monochromatic Colors of #F2156E
Black with #F2156E
Text Example
Text Example
White with #F2156E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2156E; }
p { color: rgb(242,21,110); }
H1.HeaderClassName
{
color: #F2156E;
}
.AnyTagClassName
{
color: #F2156E;
}
</style>
background-color css
<style>
a { background-color: #F2156E; }
a { background-color: rgb(242,21,110); }
div.DivClassName
{
background-color: #F2156E;
}
.BgClassName
{
background-color: #F2156E;
}
</style>
border-color css
<style>
span { border-color: #F2156E; }
span { border-color: rgb(242,21,110); }
td.TdClassName
{
border-color: #F2156E;
}
.TagClassName
{
border-color: #F2156E;
}
</style>