Shades of Ruby #F2156C
Tints of Ruby #F2156C
RGB
CMYK
RGB Variations
Color information
#F2156C (or 0xF2156C) is known color: Ruby. HEX triplet: F2, 15 and 6C. RGB value is (242,21,108). Sum of RGB (Red+Green+Blue) = 242+21+108=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F2156C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2156C is #0DEA93. Grayscale: #606060. Windows color (decimal): -912020 or 7083506. OLE color: 7083506.
HSL color Cylindrical-coordinate representation of color #F2156C: hue angle of 336.38º 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 #F2156C is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 108 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.05 |
| HSL | 336.38º | 0.89% | 0.52% | - |
| HSV(B) | 336.38º | 0.91% | 0.95% | - |
| XYZ | 39.59 | 20.5 | 16.06 | - |
| YUV | 97 | 134.22 | 231.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 108 | 0 | 0.91 | 0.55 | 0.05 | 336.38 | 0.89 | 0.52 |
| Hex | F2 | 15 | 6C | 0 | 5B | 37 | 5 | 150 | 59 | 34 |
| Octal | 362 | 25 | 154 | 0 | 133 | 67 | 5 | 520 | 131 | 64 |
| Binary | 11110010 | 10101 | 1101100 | 0 | 1011011 | 110111 | 101 | 101010000 | 1011001 | 110100 |
Color Harmonies of #F2156C
Complementary color
Monochromatic Colors of #F2156C
Black with #F2156C
Text Example
Text Example
White with #F2156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2156C; }
p { color: rgb(242,21,108); }
H1.HeaderClassName
{
color: #F2156C;
}
.AnyTagClassName
{
color: #F2156C;
}
</style>
background-color css
<style>
a { background-color: #F2156C; }
a { background-color: rgb(242,21,108); }
div.DivClassName
{
background-color: #F2156C;
}
.BgClassName
{
background-color: #F2156C;
}
</style>
border-color css
<style>
span { border-color: #F2156C; }
span { border-color: rgb(242,21,108); }
td.TdClassName
{
border-color: #F2156C;
}
.TagClassName
{
border-color: #F2156C;
}
</style>