Shades of Ruby #F0195C
Tints of Ruby #F0195C
RGB
CMYK
RGB Variations
Color information
#F0195C (or 0xF0195C) is known color: Ruby. HEX triplet: F0, 19 and 5C. RGB value is (240,25,92). Sum of RGB (Red+Green+Blue) = 240+25+92=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F0195C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0195C is #0FE6A3. Grayscale: #606060. Windows color (decimal): -1042084 or 6035952. OLE color: 6035952.
HSL color Cylindrical-coordinate representation of color #F0195C: hue angle of 341.3º 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 #F0195C is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 92 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.06 |
| HSL | 341.3º | 0.88% | 0.52% | - |
| HSV(B) | 341.3º | 0.9% | 0.94% | - |
| XYZ | 38.21 | 19.99 | 11.97 | - |
| YUV | 96.92 | 125.23 | 230.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 92 | 0 | 0.90 | 0.62 | 0.06 | 341.3 | 0.88 | 0.52 |
| Hex | F0 | 19 | 5C | 0 | 5A | 3E | 6 | 155 | 58 | 34 |
| Octal | 360 | 31 | 134 | 0 | 132 | 76 | 6 | 525 | 130 | 64 |
| Binary | 11110000 | 11001 | 1011100 | 0 | 1011010 | 111110 | 110 | 101010101 | 1011000 | 110100 |
Color Harmonies of #F0195C
Complementary color
Monochromatic Colors of #F0195C
Black with #F0195C
Text Example
Text Example
White with #F0195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0195C; }
p { color: rgb(240,25,92); }
H1.HeaderClassName
{
color: #F0195C;
}
.AnyTagClassName
{
color: #F0195C;
}
</style>
background-color css
<style>
a { background-color: #F0195C; }
a { background-color: rgb(240,25,92); }
div.DivClassName
{
background-color: #F0195C;
}
.BgClassName
{
background-color: #F0195C;
}
</style>
border-color css
<style>
span { border-color: #F0195C; }
span { border-color: rgb(240,25,92); }
td.TdClassName
{
border-color: #F0195C;
}
.TagClassName
{
border-color: #F0195C;
}
</style>