Shades of Ruby #F01774
Tints of Ruby #F01774
RGB
CMYK
RGB Variations
Color information
#F01774 (or 0xF01774) is known color: Ruby. HEX triplet: F0, 17 and 74. RGB value is (240,23,116). Sum of RGB (Red+Green+Blue) = 240+23+116=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F01774 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01774 is #0FE88B. Grayscale: #626262. Windows color (decimal): -1042572 or 7608304. OLE color: 7608304.
HSL color Cylindrical-coordinate representation of color #F01774: hue angle of 334.29º 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 #F01774 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 116 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.06 |
| HSL | 334.29º | 0.88% | 0.52% | - |
| HSV(B) | 334.29º | 0.9% | 0.94% | - |
| XYZ | 39.39 | 20.4 | 18.38 | - |
| YUV | 98.49 | 137.89 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 116 | 0 | 0.90 | 0.52 | 0.06 | 334.29 | 0.88 | 0.52 |
| Hex | F0 | 17 | 74 | 0 | 5A | 34 | 6 | 14E | 58 | 34 |
| Octal | 360 | 27 | 164 | 0 | 132 | 64 | 6 | 516 | 130 | 64 |
| Binary | 11110000 | 10111 | 1110100 | 0 | 1011010 | 110100 | 110 | 101001110 | 1011000 | 110100 |
Color Harmonies of #F01774
Complementary color
Monochromatic Colors of #F01774
Black with #F01774
Text Example
Text Example
White with #F01774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01774; }
p { color: rgb(240,23,116); }
H1.HeaderClassName
{
color: #F01774;
}
.AnyTagClassName
{
color: #F01774;
}
</style>
background-color css
<style>
a { background-color: #F01774; }
a { background-color: rgb(240,23,116); }
div.DivClassName
{
background-color: #F01774;
}
.BgClassName
{
background-color: #F01774;
}
</style>
border-color css
<style>
span { border-color: #F01774; }
span { border-color: rgb(240,23,116); }
td.TdClassName
{
border-color: #F01774;
}
.TagClassName
{
border-color: #F01774;
}
</style>