Shades of Ruby #F0195A
Tints of Ruby #F0195A
RGB
CMYK
RGB Variations
Color information
#F0195A (or 0xF0195A) is known color: Ruby. HEX triplet: F0, 19 and 5A. RGB value is (240,25,90). Sum of RGB (Red+Green+Blue) = 240+25+90=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F0195A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0195A is #0FE6A5. Grayscale: #606060. Windows color (decimal): -1042086 or 5904880. OLE color: 5904880.
HSL color Cylindrical-coordinate representation of color #F0195A: hue angle of 341.86º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0195A is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 90 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.06 |
| HSL | 341.86º | 0.88% | 0.52% | - |
| HSV(B) | 341.86º | 0.9% | 0.94% | - |
| XYZ | 38.13 | 19.96 | 11.52 | - |
| YUV | 96.7 | 124.23 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 90 | 0 | 0.90 | 0.62 | 0.06 | 341.86 | 0.88 | 0.52 |
| Hex | F0 | 19 | 5A | 0 | 5A | 3E | 6 | 156 | 58 | 34 |
| Octal | 360 | 31 | 132 | 0 | 132 | 76 | 6 | 526 | 130 | 64 |
| Binary | 11110000 | 11001 | 1011010 | 0 | 1011010 | 111110 | 110 | 101010110 | 1011000 | 110100 |
Color Harmonies of #F0195A
Complementary color
Monochromatic Colors of #F0195A
Black with #F0195A
Text Example
Text Example
White with #F0195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0195A; }
p { color: rgb(240,25,90); }
H1.HeaderClassName
{
color: #F0195A;
}
.AnyTagClassName
{
color: #F0195A;
}
</style>
background-color css
<style>
a { background-color: #F0195A; }
a { background-color: rgb(240,25,90); }
div.DivClassName
{
background-color: #F0195A;
}
.BgClassName
{
background-color: #F0195A;
}
</style>
border-color css
<style>
span { border-color: #F0195A; }
span { border-color: rgb(240,25,90); }
td.TdClassName
{
border-color: #F0195A;
}
.TagClassName
{
border-color: #F0195A;
}
</style>