Shades of Ruby #F02174
Tints of Ruby #F02174
RGB
CMYK
RGB Variations
Color information
#F02174 (or 0xF02174) is known color: Ruby. HEX triplet: F0, 21 and 74. RGB value is (240,33,116). Sum of RGB (Red+Green+Blue) = 240+33+116=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F02174 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02174 is #0FDE8B. Grayscale: #686868. Windows color (decimal): -1040012 or 7610864. OLE color: 7610864.
HSL color Cylindrical-coordinate representation of color #F02174: hue angle of 335.94º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F02174 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 116 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.06 |
| HSL | 335.94º | 0.87% | 0.54% | - |
| HSV(B) | 335.94º | 0.86% | 0.94% | - |
| XYZ | 39.63 | 20.87 | 18.46 | - |
| YUV | 104.36 | 134.58 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 116 | 0 | 0.86 | 0.52 | 0.06 | 335.94 | 0.87 | 0.54 |
| Hex | F0 | 21 | 74 | 0 | 56 | 34 | 6 | 150 | 57 | 36 |
| Octal | 360 | 41 | 164 | 0 | 126 | 64 | 6 | 520 | 127 | 66 |
| Binary | 11110000 | 100001 | 1110100 | 0 | 1010110 | 110100 | 110 | 101010000 | 1010111 | 110110 |
Color Harmonies of #F02174
Complementary color
Monochromatic Colors of #F02174
Black with #F02174
Text Example
Text Example
White with #F02174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02174; }
p { color: rgb(240,33,116); }
H1.HeaderClassName
{
color: #F02174;
}
.AnyTagClassName
{
color: #F02174;
}
</style>
background-color css
<style>
a { background-color: #F02174; }
a { background-color: rgb(240,33,116); }
div.DivClassName
{
background-color: #F02174;
}
.BgClassName
{
background-color: #F02174;
}
</style>
border-color css
<style>
span { border-color: #F02174; }
span { border-color: rgb(240,33,116); }
td.TdClassName
{
border-color: #F02174;
}
.TagClassName
{
border-color: #F02174;
}
</style>