Shades of Ruby #F0196A
Tints of Ruby #F0196A
RGB
CMYK
RGB Variations
Color information
#F0196A (or 0xF0196A) is known color: Ruby. HEX triplet: F0, 19 and 6A. RGB value is (240,25,106). Sum of RGB (Red+Green+Blue) = 240+25+106=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0196A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0196A is #0FE695. Grayscale: #626262. Windows color (decimal): -1042070 or 6953456. OLE color: 6953456.
HSL color Cylindrical-coordinate representation of color #F0196A: hue angle of 337.4º 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 #F0196A is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 106 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.06 |
| HSL | 337.4º | 0.88% | 0.52% | - |
| HSV(B) | 337.4º | 0.9% | 0.94% | - |
| XYZ | 38.88 | 20.26 | 15.5 | - |
| YUV | 98.52 | 132.23 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 106 | 0 | 0.90 | 0.56 | 0.06 | 337.4 | 0.88 | 0.52 |
| Hex | F0 | 19 | 6A | 0 | 5A | 38 | 6 | 151 | 58 | 34 |
| Octal | 360 | 31 | 152 | 0 | 132 | 70 | 6 | 521 | 130 | 64 |
| Binary | 11110000 | 11001 | 1101010 | 0 | 1011010 | 111000 | 110 | 101010001 | 1011000 | 110100 |
Color Harmonies of #F0196A
Complementary color
Monochromatic Colors of #F0196A
Black with #F0196A
Text Example
Text Example
White with #F0196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0196A; }
p { color: rgb(240,25,106); }
H1.HeaderClassName
{
color: #F0196A;
}
.AnyTagClassName
{
color: #F0196A;
}
</style>
background-color css
<style>
a { background-color: #F0196A; }
a { background-color: rgb(240,25,106); }
div.DivClassName
{
background-color: #F0196A;
}
.BgClassName
{
background-color: #F0196A;
}
</style>
border-color css
<style>
span { border-color: #F0196A; }
span { border-color: rgb(240,25,106); }
td.TdClassName
{
border-color: #F0196A;
}
.TagClassName
{
border-color: #F0196A;
}
</style>