Shades of Ruby #F01967
Tints of Ruby #F01967
RGB
CMYK
RGB Variations
Color information
#F01967 (or 0xF01967) is known color: Ruby. HEX triplet: F0, 19 and 67. RGB value is (240,25,103). Sum of RGB (Red+Green+Blue) = 240+25+103=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F01967 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01967 is #0FE698. Grayscale: #626262. Windows color (decimal): -1042073 or 6756848. OLE color: 6756848.
HSL color Cylindrical-coordinate representation of color #F01967: hue angle of 338.23º 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 #F01967 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 103 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.06 |
| HSL | 338.23º | 0.88% | 0.52% | - |
| HSV(B) | 338.23º | 0.9% | 0.94% | - |
| XYZ | 38.73 | 20.2 | 14.69 | - |
| YUV | 98.18 | 130.73 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 103 | 0 | 0.90 | 0.57 | 0.06 | 338.23 | 0.88 | 0.52 |
| Hex | F0 | 19 | 67 | 0 | 5A | 39 | 6 | 152 | 58 | 34 |
| Octal | 360 | 31 | 147 | 0 | 132 | 71 | 6 | 522 | 130 | 64 |
| Binary | 11110000 | 11001 | 1100111 | 0 | 1011010 | 111001 | 110 | 101010010 | 1011000 | 110100 |
Color Harmonies of #F01967
Complementary color
Monochromatic Colors of #F01967
Black with #F01967
Text Example
Text Example
White with #F01967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01967; }
p { color: rgb(240,25,103); }
H1.HeaderClassName
{
color: #F01967;
}
.AnyTagClassName
{
color: #F01967;
}
</style>
background-color css
<style>
a { background-color: #F01967; }
a { background-color: rgb(240,25,103); }
div.DivClassName
{
background-color: #F01967;
}
.BgClassName
{
background-color: #F01967;
}
</style>
border-color css
<style>
span { border-color: #F01967; }
span { border-color: rgb(240,25,103); }
td.TdClassName
{
border-color: #F01967;
}
.TagClassName
{
border-color: #F01967;
}
</style>