Shades of Ruby #F01962
Tints of Ruby #F01962
RGB
CMYK
RGB Variations
Color information
#F01962 (or 0xF01962) is known color: Ruby. HEX triplet: F0, 19 and 62. RGB value is (240,25,98). Sum of RGB (Red+Green+Blue) = 240+25+98=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F01962 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01962 is #0FE69D. Grayscale: #616161. Windows color (decimal): -1042078 or 6429168. OLE color: 6429168.
HSL color Cylindrical-coordinate representation of color #F01962: hue angle of 339.63º 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 #F01962 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 98 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.06 |
| HSL | 339.63º | 0.88% | 0.52% | - |
| HSV(B) | 339.63º | 0.9% | 0.94% | - |
| XYZ | 38.49 | 20.1 | 13.41 | - |
| YUV | 97.61 | 128.23 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 98 | 0 | 0.90 | 0.59 | 0.06 | 339.63 | 0.88 | 0.52 |
| Hex | F0 | 19 | 62 | 0 | 5A | 3B | 6 | 154 | 58 | 34 |
| Octal | 360 | 31 | 142 | 0 | 132 | 73 | 6 | 524 | 130 | 64 |
| Binary | 11110000 | 11001 | 1100010 | 0 | 1011010 | 111011 | 110 | 101010100 | 1011000 | 110100 |
Color Harmonies of #F01962
Complementary color
Monochromatic Colors of #F01962
Black with #F01962
Text Example
Text Example
White with #F01962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01962; }
p { color: rgb(240,25,98); }
H1.HeaderClassName
{
color: #F01962;
}
.AnyTagClassName
{
color: #F01962;
}
</style>
background-color css
<style>
a { background-color: #F01962; }
a { background-color: rgb(240,25,98); }
div.DivClassName
{
background-color: #F01962;
}
.BgClassName
{
background-color: #F01962;
}
</style>
border-color css
<style>
span { border-color: #F01962; }
span { border-color: rgb(240,25,98); }
td.TdClassName
{
border-color: #F01962;
}
.TagClassName
{
border-color: #F01962;
}
</style>