Shades of Ruby #F01D68
Tints of Ruby #F01D68
RGB
CMYK
RGB Variations
Color information
#F01D68 (or 0xF01D68) is known color: Ruby. HEX triplet: F0, 1D and 68. RGB value is (240,29,104). Sum of RGB (Red+Green+Blue) = 240+29+104=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01D68 is #0FE297. Grayscale: #646464. Windows color (decimal): -1041048 or 6823408. OLE color: 6823408.
HSL color Cylindrical-coordinate representation of color #F01D68: hue angle of 338.67º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01D68 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 104 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.06 |
| HSL | 338.67º | 0.88% | 0.53% | - |
| HSV(B) | 338.67º | 0.88% | 0.94% | - |
| XYZ | 38.87 | 20.4 | 14.99 | - |
| YUV | 100.64 | 129.9 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 104 | 0 | 0.88 | 0.57 | 0.06 | 338.67 | 0.88 | 0.53 |
| Hex | F0 | 1D | 68 | 0 | 58 | 39 | 6 | 153 | 58 | 35 |
| Octal | 360 | 35 | 150 | 0 | 130 | 71 | 6 | 523 | 130 | 65 |
| Binary | 11110000 | 11101 | 1101000 | 0 | 1011000 | 111001 | 110 | 101010011 | 1011000 | 110101 |
Color Harmonies of #F01D68
Complementary color
Monochromatic Colors of #F01D68
Black with #F01D68
Text Example
Text Example
White with #F01D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01D68; }
p { color: rgb(240,29,104); }
H1.HeaderClassName
{
color: #F01D68;
}
.AnyTagClassName
{
color: #F01D68;
}
</style>
background-color css
<style>
a { background-color: #F01D68; }
a { background-color: rgb(240,29,104); }
div.DivClassName
{
background-color: #F01D68;
}
.BgClassName
{
background-color: #F01D68;
}
</style>
border-color css
<style>
span { border-color: #F01D68; }
span { border-color: rgb(240,29,104); }
td.TdClassName
{
border-color: #F01D68;
}
.TagClassName
{
border-color: #F01D68;
}
</style>