Shades of Ruby #F01675
Tints of Ruby #F01675
RGB
CMYK
RGB Variations
Color information
#F01675 (or 0xF01675) is known color: Ruby. HEX triplet: F0, 16 and 75. RGB value is (240,22,117). Sum of RGB (Red+Green+Blue) = 240+22+117=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F01675 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01675 is #0FE98A. Grayscale: #616161. Windows color (decimal): -1042827 or 7673584. OLE color: 7673584.
HSL color Cylindrical-coordinate representation of color #F01675: hue angle of 333.85º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F01675 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 117 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.06 |
| HSL | 333.85º | 0.88% | 0.51% | - |
| HSV(B) | 333.85º | 0.91% | 0.94% | - |
| XYZ | 39.43 | 20.38 | 18.69 | - |
| YUV | 98.01 | 138.72 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 117 | 0 | 0.91 | 0.51 | 0.06 | 333.85 | 0.88 | 0.51 |
| Hex | F0 | 16 | 75 | 0 | 5B | 33 | 6 | 14E | 58 | 33 |
| Octal | 360 | 26 | 165 | 0 | 133 | 63 | 6 | 516 | 130 | 63 |
| Binary | 11110000 | 10110 | 1110101 | 0 | 1011011 | 110011 | 110 | 101001110 | 1011000 | 110011 |
Color Harmonies of #F01675
Complementary color
Monochromatic Colors of #F01675
Black with #F01675
Text Example
Text Example
White with #F01675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01675; }
p { color: rgb(240,22,117); }
H1.HeaderClassName
{
color: #F01675;
}
.AnyTagClassName
{
color: #F01675;
}
</style>
background-color css
<style>
a { background-color: #F01675; }
a { background-color: rgb(240,22,117); }
div.DivClassName
{
background-color: #F01675;
}
.BgClassName
{
background-color: #F01675;
}
</style>
border-color css
<style>
span { border-color: #F01675; }
span { border-color: rgb(240,22,117); }
td.TdClassName
{
border-color: #F01675;
}
.TagClassName
{
border-color: #F01675;
}
</style>