Shades of Ruby #F01F68
Tints of Ruby #F01F68
RGB
CMYK
RGB Variations
Color information
#F01F68 (or 0xF01F68) is known color: Ruby. HEX triplet: F0, 1F and 68. RGB value is (240,31,104). Sum of RGB (Red+Green+Blue) = 240+31+104=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F01F68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01F68 is #0FE097. Grayscale: #656565. Windows color (decimal): -1040536 or 6823920. OLE color: 6823920.
HSL color Cylindrical-coordinate representation of color #F01F68: hue angle of 339.04º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F01F68 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 31 | 104 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.06 |
| HSL | 339.04º | 0.87% | 0.53% | - |
| HSV(B) | 339.04º | 0.87% | 0.94% | - |
| XYZ | 38.92 | 20.5 | 15 | - |
| YUV | 101.81 | 129.24 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 31 | 104 | 0 | 0.87 | 0.57 | 0.06 | 339.04 | 0.87 | 0.53 |
| Hex | F0 | 1F | 68 | 0 | 57 | 39 | 6 | 153 | 57 | 35 |
| Octal | 360 | 37 | 150 | 0 | 127 | 71 | 6 | 523 | 127 | 65 |
| Binary | 11110000 | 11111 | 1101000 | 0 | 1010111 | 111001 | 110 | 101010011 | 1010111 | 110101 |
Color Harmonies of #F01F68
Complementary color
Monochromatic Colors of #F01F68
Black with #F01F68
Text Example
Text Example
White with #F01F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01F68; }
p { color: rgb(240,31,104); }
H1.HeaderClassName
{
color: #F01F68;
}
.AnyTagClassName
{
color: #F01F68;
}
</style>
background-color css
<style>
a { background-color: #F01F68; }
a { background-color: rgb(240,31,104); }
div.DivClassName
{
background-color: #F01F68;
}
.BgClassName
{
background-color: #F01F68;
}
</style>
border-color css
<style>
span { border-color: #F01F68; }
span { border-color: rgb(240,31,104); }
td.TdClassName
{
border-color: #F01F68;
}
.TagClassName
{
border-color: #F01F68;
}
</style>