Shades of Ruby #F2195B
Tints of Ruby #F2195B
RGB
CMYK
RGB Variations
Color information
#F2195B (or 0xF2195B) is known color: Ruby. HEX triplet: F2, 19 and 5B. RGB value is (242,25,91). Sum of RGB (Red+Green+Blue) = 242+25+91=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F2195B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2195B is #0DE6A4. Grayscale: #616161. Windows color (decimal): -911013 or 5970418. OLE color: 5970418.
HSL color Cylindrical-coordinate representation of color #F2195B: hue angle of 341.75º 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 #F2195B is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 91 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.05 |
| HSL | 341.75º | 0.89% | 0.52% | - |
| HSV(B) | 341.75º | 0.9% | 0.95% | - |
| XYZ | 38.85 | 20.33 | 11.77 | - |
| YUV | 97.41 | 124.39 | 231.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 91 | 0 | 0.90 | 0.62 | 0.05 | 341.75 | 0.89 | 0.52 |
| Hex | F2 | 19 | 5B | 0 | 5A | 3E | 5 | 156 | 59 | 34 |
| Octal | 362 | 31 | 133 | 0 | 132 | 76 | 5 | 526 | 131 | 64 |
| Binary | 11110010 | 11001 | 1011011 | 0 | 1011010 | 111110 | 101 | 101010110 | 1011001 | 110100 |
Color Harmonies of #F2195B
Complementary color
Monochromatic Colors of #F2195B
Black with #F2195B
Text Example
Text Example
White with #F2195B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2195B; }
p { color: rgb(242,25,91); }
H1.HeaderClassName
{
color: #F2195B;
}
.AnyTagClassName
{
color: #F2195B;
}
</style>
background-color css
<style>
a { background-color: #F2195B; }
a { background-color: rgb(242,25,91); }
div.DivClassName
{
background-color: #F2195B;
}
.BgClassName
{
background-color: #F2195B;
}
</style>
border-color css
<style>
span { border-color: #F2195B; }
span { border-color: rgb(242,25,91); }
td.TdClassName
{
border-color: #F2195B;
}
.TagClassName
{
border-color: #F2195B;
}
</style>