Shades of Ruby #F2186A
Tints of Ruby #F2186A
RGB
CMYK
RGB Variations
Color information
#F2186A (or 0xF2186A) is known color: Ruby. HEX triplet: F2, 18 and 6A. RGB value is (242,24,106). Sum of RGB (Red+Green+Blue) = 242+24+106=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F2186A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2186A is #0DE795. Grayscale: #626262. Windows color (decimal): -911254 or 6953202. OLE color: 6953202.
HSL color Cylindrical-coordinate representation of color #F2186A: hue angle of 337.43º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2186A is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 106 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.05 |
| HSL | 337.43º | 0.89% | 0.52% | - |
| HSV(B) | 337.43º | 0.9% | 0.95% | - |
| XYZ | 39.55 | 20.57 | 15.52 | - |
| YUV | 98.53 | 132.22 | 230.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 106 | 0 | 0.90 | 0.56 | 0.05 | 337.43 | 0.89 | 0.52 |
| Hex | F2 | 18 | 6A | 0 | 5A | 38 | 5 | 151 | 59 | 34 |
| Octal | 362 | 30 | 152 | 0 | 132 | 70 | 5 | 521 | 131 | 64 |
| Binary | 11110010 | 11000 | 1101010 | 0 | 1011010 | 111000 | 101 | 101010001 | 1011001 | 110100 |
Color Harmonies of #F2186A
Complementary color
Monochromatic Colors of #F2186A
Black with #F2186A
Text Example
Text Example
White with #F2186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2186A; }
p { color: rgb(242,24,106); }
H1.HeaderClassName
{
color: #F2186A;
}
.AnyTagClassName
{
color: #F2186A;
}
</style>
background-color css
<style>
a { background-color: #F2186A; }
a { background-color: rgb(242,24,106); }
div.DivClassName
{
background-color: #F2186A;
}
.BgClassName
{
background-color: #F2186A;
}
</style>
border-color css
<style>
span { border-color: #F2186A; }
span { border-color: rgb(242,24,106); }
td.TdClassName
{
border-color: #F2186A;
}
.TagClassName
{
border-color: #F2186A;
}
</style>