Shades of Ruby #F01462
Tints of Ruby #F01462
RGB
CMYK
RGB Variations
Color information
#F01462 (or 0xF01462) is known color: Ruby. HEX triplet: F0, 14 and 62. RGB value is (240,20,98). Sum of RGB (Red+Green+Blue) = 240+20+98=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F01462 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01462 is #0FEB9D. Grayscale: #5E5E5E. Windows color (decimal): -1043358 or 6427888. OLE color: 6427888.
HSL color Cylindrical-coordinate representation of color #F01462: hue angle of 338.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F01462 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 98 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.06 |
| HSL | 338.73º | 0.88% | 0.51% | - |
| HSV(B) | 338.73º | 0.92% | 0.94% | - |
| XYZ | 38.39 | 19.91 | 13.37 | - |
| YUV | 94.67 | 129.89 | 231.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 98 | 0 | 0.92 | 0.59 | 0.06 | 338.73 | 0.88 | 0.51 |
| Hex | F0 | 14 | 62 | 0 | 5C | 3B | 6 | 153 | 58 | 33 |
| Octal | 360 | 24 | 142 | 0 | 134 | 73 | 6 | 523 | 130 | 63 |
| Binary | 11110000 | 10100 | 1100010 | 0 | 1011100 | 111011 | 110 | 101010011 | 1011000 | 110011 |
Color Harmonies of #F01462
Complementary color
Monochromatic Colors of #F01462
Black with #F01462
Text Example
Text Example
White with #F01462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01462; }
p { color: rgb(240,20,98); }
H1.HeaderClassName
{
color: #F01462;
}
.AnyTagClassName
{
color: #F01462;
}
</style>
background-color css
<style>
a { background-color: #F01462; }
a { background-color: rgb(240,20,98); }
div.DivClassName
{
background-color: #F01462;
}
.BgClassName
{
background-color: #F01462;
}
</style>
border-color css
<style>
span { border-color: #F01462; }
span { border-color: rgb(240,20,98); }
td.TdClassName
{
border-color: #F01462;
}
.TagClassName
{
border-color: #F01462;
}
</style>