Shades of Ruby #F01A6D
Tints of Ruby #F01A6D
RGB
CMYK
RGB Variations
Color information
#F01A6D (or 0xF01A6D) is known color: Ruby. HEX triplet: F0, 1A and 6D. RGB value is (240,26,109). Sum of RGB (Red+Green+Blue) = 240+26+109=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01A6D is #0FE592. Grayscale: #636363. Windows color (decimal): -1041811 or 7150320. OLE color: 7150320.
HSL color Cylindrical-coordinate representation of color #F01A6D: hue angle of 336.73º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01A6D is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 26 | 109 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.06 |
| HSL | 336.73º | 0.88% | 0.52% | - |
| HSV(B) | 336.73º | 0.89% | 0.94% | - |
| XYZ | 39.06 | 20.37 | 16.34 | - |
| YUV | 99.45 | 133.4 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 26 | 109 | 0 | 0.89 | 0.55 | 0.06 | 336.73 | 0.88 | 0.52 |
| Hex | F0 | 1A | 6D | 0 | 59 | 37 | 6 | 151 | 58 | 34 |
| Octal | 360 | 32 | 155 | 0 | 131 | 67 | 6 | 521 | 130 | 64 |
| Binary | 11110000 | 11010 | 1101101 | 0 | 1011001 | 110111 | 110 | 101010001 | 1011000 | 110100 |
Color Harmonies of #F01A6D
Complementary color
Monochromatic Colors of #F01A6D
Black with #F01A6D
Text Example
Text Example
White with #F01A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01A6D; }
p { color: rgb(240,26,109); }
H1.HeaderClassName
{
color: #F01A6D;
}
.AnyTagClassName
{
color: #F01A6D;
}
</style>
background-color css
<style>
a { background-color: #F01A6D; }
a { background-color: rgb(240,26,109); }
div.DivClassName
{
background-color: #F01A6D;
}
.BgClassName
{
background-color: #F01A6D;
}
</style>
border-color css
<style>
span { border-color: #F01A6D; }
span { border-color: rgb(240,26,109); }
td.TdClassName
{
border-color: #F01A6D;
}
.TagClassName
{
border-color: #F01A6D;
}
</style>