Shades of Ruby #F01A62
Tints of Ruby #F01A62
RGB
CMYK
RGB Variations
Color information
#F01A62 (or 0xF01A62) is known color: Ruby. HEX triplet: F0, 1A and 62. RGB value is (240,26,98). Sum of RGB (Red+Green+Blue) = 240+26+98=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01A62 is #0FE59D. Grayscale: #626262. Windows color (decimal): -1041822 or 6429424. OLE color: 6429424.
HSL color Cylindrical-coordinate representation of color #F01A62: hue angle of 339.81º 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 #F01A62 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 26 | 98 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.06 |
| HSL | 339.81º | 0.88% | 0.52% | - |
| HSV(B) | 339.81º | 0.89% | 0.94% | - |
| XYZ | 38.51 | 20.15 | 13.41 | - |
| YUV | 98.19 | 127.9 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 26 | 98 | 0 | 0.89 | 0.59 | 0.06 | 339.81 | 0.88 | 0.52 |
| Hex | F0 | 1A | 62 | 0 | 59 | 3B | 6 | 154 | 58 | 34 |
| Octal | 360 | 32 | 142 | 0 | 131 | 73 | 6 | 524 | 130 | 64 |
| Binary | 11110000 | 11010 | 1100010 | 0 | 1011001 | 111011 | 110 | 101010100 | 1011000 | 110100 |
Color Harmonies of #F01A62
Complementary color
Monochromatic Colors of #F01A62
Black with #F01A62
Text Example
Text Example
White with #F01A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01A62; }
p { color: rgb(240,26,98); }
H1.HeaderClassName
{
color: #F01A62;
}
.AnyTagClassName
{
color: #F01A62;
}
</style>
background-color css
<style>
a { background-color: #F01A62; }
a { background-color: rgb(240,26,98); }
div.DivClassName
{
background-color: #F01A62;
}
.BgClassName
{
background-color: #F01A62;
}
</style>
border-color css
<style>
span { border-color: #F01A62; }
span { border-color: rgb(240,26,98); }
td.TdClassName
{
border-color: #F01A62;
}
.TagClassName
{
border-color: #F01A62;
}
</style>