Shades of Ruby #F01674
Tints of Ruby #F01674
RGB
CMYK
RGB Variations
Color information
#F01674 (or 0xF01674) is known color: Ruby. HEX triplet: F0, 16 and 74. RGB value is (240,22,116). Sum of RGB (Red+Green+Blue) = 240+22+116=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F01674 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01674 is #0FE98B. Grayscale: #616161. Windows color (decimal): -1042828 or 7608048. OLE color: 7608048.
HSL color Cylindrical-coordinate representation of color #F01674: hue angle of 334.13º 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 #F01674 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 116 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.06 |
| HSL | 334.13º | 0.88% | 0.51% | - |
| HSV(B) | 334.13º | 0.91% | 0.94% | - |
| XYZ | 39.37 | 20.36 | 18.38 | - |
| YUV | 97.9 | 138.22 | 229.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 116 | 0 | 0.91 | 0.52 | 0.06 | 334.13 | 0.88 | 0.51 |
| Hex | F0 | 16 | 74 | 0 | 5B | 34 | 6 | 14E | 58 | 33 |
| Octal | 360 | 26 | 164 | 0 | 133 | 64 | 6 | 516 | 130 | 63 |
| Binary | 11110000 | 10110 | 1110100 | 0 | 1011011 | 110100 | 110 | 101001110 | 1011000 | 110011 |
Color Harmonies of #F01674
Complementary color
Monochromatic Colors of #F01674
Black with #F01674
Text Example
Text Example
White with #F01674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01674; }
p { color: rgb(240,22,116); }
H1.HeaderClassName
{
color: #F01674;
}
.AnyTagClassName
{
color: #F01674;
}
</style>
background-color css
<style>
a { background-color: #F01674; }
a { background-color: rgb(240,22,116); }
div.DivClassName
{
background-color: #F01674;
}
.BgClassName
{
background-color: #F01674;
}
</style>
border-color css
<style>
span { border-color: #F01674; }
span { border-color: rgb(240,22,116); }
td.TdClassName
{
border-color: #F01674;
}
.TagClassName
{
border-color: #F01674;
}
</style>