Shades of Ruby #F01574
Tints of Ruby #F01574
RGB
CMYK
RGB Variations
Color information
#F01574 (or 0xF01574) is known color: Ruby. HEX triplet: F0, 15 and 74. RGB value is (240,21,116). Sum of RGB (Red+Green+Blue) = 240+21+116=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F01574 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01574 is #0FEA8B. Grayscale: #616161. Windows color (decimal): -1043084 or 7607792. OLE color: 7607792.
HSL color Cylindrical-coordinate representation of color #F01574: hue angle of 333.97º 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 #F01574 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 116 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.06 |
| HSL | 333.97º | 0.88% | 0.51% | - |
| HSV(B) | 333.97º | 0.91% | 0.94% | - |
| XYZ | 39.36 | 20.32 | 18.37 | - |
| YUV | 97.31 | 138.55 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 116 | 0 | 0.91 | 0.52 | 0.06 | 333.97 | 0.88 | 0.51 |
| Hex | F0 | 15 | 74 | 0 | 5B | 34 | 6 | 14E | 58 | 33 |
| Octal | 360 | 25 | 164 | 0 | 133 | 64 | 6 | 516 | 130 | 63 |
| Binary | 11110000 | 10101 | 1110100 | 0 | 1011011 | 110100 | 110 | 101001110 | 1011000 | 110011 |
Color Harmonies of #F01574
Complementary color
Monochromatic Colors of #F01574
Black with #F01574
Text Example
Text Example
White with #F01574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01574; }
p { color: rgb(240,21,116); }
H1.HeaderClassName
{
color: #F01574;
}
.AnyTagClassName
{
color: #F01574;
}
</style>
background-color css
<style>
a { background-color: #F01574; }
a { background-color: rgb(240,21,116); }
div.DivClassName
{
background-color: #F01574;
}
.BgClassName
{
background-color: #F01574;
}
</style>
border-color css
<style>
span { border-color: #F01574; }
span { border-color: rgb(240,21,116); }
td.TdClassName
{
border-color: #F01574;
}
.TagClassName
{
border-color: #F01574;
}
</style>