Shades of Ruby #F21F73
Tints of Ruby #F21F73
RGB
CMYK
RGB Variations
Color information
#F21F73 (or 0xF21F73) is known color: Ruby. HEX triplet: F2, 1F and 73. RGB value is (242,31,115). Sum of RGB (Red+Green+Blue) = 242+31+115=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21F73 is #0DE08C. Grayscale: #676767. Windows color (decimal): -909453 or 7544818. OLE color: 7544818.
HSL color Cylindrical-coordinate representation of color #F21F73: hue angle of 336.11º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F21F73 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 31 | 115 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.05 |
| HSL | 336.11º | 0.89% | 0.54% | - |
| HSV(B) | 336.11º | 0.87% | 0.95% | - |
| XYZ | 40.2 | 21.1 | 18.17 | - |
| YUV | 103.67 | 134.4 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 31 | 115 | 0 | 0.87 | 0.52 | 0.05 | 336.11 | 0.89 | 0.54 |
| Hex | F2 | 1F | 73 | 0 | 57 | 34 | 5 | 150 | 59 | 36 |
| Octal | 362 | 37 | 163 | 0 | 127 | 64 | 5 | 520 | 131 | 66 |
| Binary | 11110010 | 11111 | 1110011 | 0 | 1010111 | 110100 | 101 | 101010000 | 1011001 | 110110 |
Color Harmonies of #F21F73
Complementary color
Monochromatic Colors of #F21F73
Black with #F21F73
Text Example
Text Example
White with #F21F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21F73; }
p { color: rgb(242,31,115); }
H1.HeaderClassName
{
color: #F21F73;
}
.AnyTagClassName
{
color: #F21F73;
}
</style>
background-color css
<style>
a { background-color: #F21F73; }
a { background-color: rgb(242,31,115); }
div.DivClassName
{
background-color: #F21F73;
}
.BgClassName
{
background-color: #F21F73;
}
</style>
border-color css
<style>
span { border-color: #F21F73; }
span { border-color: rgb(242,31,115); }
td.TdClassName
{
border-color: #F21F73;
}
.TagClassName
{
border-color: #F21F73;
}
</style>