Shades of Ruby #F02173
Tints of Ruby #F02173
RGB
CMYK
RGB Variations
Color information
#F02173 (or 0xF02173) is known color: Ruby. HEX triplet: F0, 21 and 73. RGB value is (240,33,115). Sum of RGB (Red+Green+Blue) = 240+33+115=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F02173 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02173 is #0FDE8C. Grayscale: #686868. Windows color (decimal): -1040013 or 7545328. OLE color: 7545328.
HSL color Cylindrical-coordinate representation of color #F02173: hue angle of 336.23º 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 #F02173 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 115 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.06 |
| HSL | 336.23º | 0.87% | 0.54% | - |
| HSV(B) | 336.23º | 0.86% | 0.94% | - |
| XYZ | 39.57 | 20.85 | 18.16 | - |
| YUV | 104.24 | 134.08 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 115 | 0 | 0.86 | 0.52 | 0.06 | 336.23 | 0.87 | 0.54 |
| Hex | F0 | 21 | 73 | 0 | 56 | 34 | 6 | 150 | 57 | 36 |
| Octal | 360 | 41 | 163 | 0 | 126 | 64 | 6 | 520 | 127 | 66 |
| Binary | 11110000 | 100001 | 1110011 | 0 | 1010110 | 110100 | 110 | 101010000 | 1010111 | 110110 |
Color Harmonies of #F02173
Complementary color
Monochromatic Colors of #F02173
Black with #F02173
Text Example
Text Example
White with #F02173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02173; }
p { color: rgb(240,33,115); }
H1.HeaderClassName
{
color: #F02173;
}
.AnyTagClassName
{
color: #F02173;
}
</style>
background-color css
<style>
a { background-color: #F02173; }
a { background-color: rgb(240,33,115); }
div.DivClassName
{
background-color: #F02173;
}
.BgClassName
{
background-color: #F02173;
}
</style>
border-color css
<style>
span { border-color: #F02173; }
span { border-color: rgb(240,33,115); }
td.TdClassName
{
border-color: #F02173;
}
.TagClassName
{
border-color: #F02173;
}
</style>