Shades of Ruby #F2195A
Tints of Ruby #F2195A
RGB
CMYK
RGB Variations
Color information
#F2195A (or 0xF2195A) is known color: Ruby. HEX triplet: F2, 19 and 5A. RGB value is (242,25,90). Sum of RGB (Red+Green+Blue) = 242+25+90=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F2195A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2195A is #0DE6A5. Grayscale: #616161. Windows color (decimal): -911014 or 5904882. OLE color: 5904882.
HSL color Cylindrical-coordinate representation of color #F2195A: hue angle of 342.03º 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 #F2195A is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 90 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.05 |
| HSL | 342.03º | 0.89% | 0.52% | - |
| HSV(B) | 342.03º | 0.9% | 0.95% | - |
| XYZ | 38.81 | 20.31 | 11.55 | - |
| YUV | 97.29 | 123.89 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 90 | 0 | 0.90 | 0.63 | 0.05 | 342.03 | 0.89 | 0.52 |
| Hex | F2 | 19 | 5A | 0 | 5A | 3F | 5 | 156 | 59 | 34 |
| Octal | 362 | 31 | 132 | 0 | 132 | 77 | 5 | 526 | 131 | 64 |
| Binary | 11110010 | 11001 | 1011010 | 0 | 1011010 | 111111 | 101 | 101010110 | 1011001 | 110100 |
Color Harmonies of #F2195A
Complementary color
Monochromatic Colors of #F2195A
Black with #F2195A
Text Example
Text Example
White with #F2195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2195A; }
p { color: rgb(242,25,90); }
H1.HeaderClassName
{
color: #F2195A;
}
.AnyTagClassName
{
color: #F2195A;
}
</style>
background-color css
<style>
a { background-color: #F2195A; }
a { background-color: rgb(242,25,90); }
div.DivClassName
{
background-color: #F2195A;
}
.BgClassName
{
background-color: #F2195A;
}
</style>
border-color css
<style>
span { border-color: #F2195A; }
span { border-color: rgb(242,25,90); }
td.TdClassName
{
border-color: #F2195A;
}
.TagClassName
{
border-color: #F2195A;
}
</style>