Shades of Ruby #F2185F
Tints of Ruby #F2185F
RGB
CMYK
RGB Variations
Color information
#F2185F (or 0xF2185F) is known color: Ruby. HEX triplet: F2, 18 and 5F. RGB value is (242,24,95). Sum of RGB (Red+Green+Blue) = 242+24+95=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F2185F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2185F is #0DE7A0. Grayscale: #616161. Windows color (decimal): -911265 or 6232306. OLE color: 6232306.
HSL color Cylindrical-coordinate representation of color #F2185F: hue angle of 340.46º 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 #F2185F is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 95 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.05 |
| HSL | 340.46º | 0.89% | 0.52% | - |
| HSV(B) | 340.46º | 0.9% | 0.95% | - |
| XYZ | 39.01 | 20.36 | 12.7 | - |
| YUV | 97.28 | 126.72 | 231.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 95 | 0 | 0.90 | 0.61 | 0.05 | 340.46 | 0.89 | 0.52 |
| Hex | F2 | 18 | 5F | 0 | 5A | 3D | 5 | 154 | 59 | 34 |
| Octal | 362 | 30 | 137 | 0 | 132 | 75 | 5 | 524 | 131 | 64 |
| Binary | 11110010 | 11000 | 1011111 | 0 | 1011010 | 111101 | 101 | 101010100 | 1011001 | 110100 |
Color Harmonies of #F2185F
Complementary color
Monochromatic Colors of #F2185F
Black with #F2185F
Text Example
Text Example
White with #F2185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2185F; }
p { color: rgb(242,24,95); }
H1.HeaderClassName
{
color: #F2185F;
}
.AnyTagClassName
{
color: #F2185F;
}
</style>
background-color css
<style>
a { background-color: #F2185F; }
a { background-color: rgb(242,24,95); }
div.DivClassName
{
background-color: #F2185F;
}
.BgClassName
{
background-color: #F2185F;
}
</style>
border-color css
<style>
span { border-color: #F2185F; }
span { border-color: rgb(242,24,95); }
td.TdClassName
{
border-color: #F2185F;
}
.TagClassName
{
border-color: #F2185F;
}
</style>