Shades of Ruby #F21072
Tints of Ruby #F21072
RGB
CMYK
RGB Variations
Color information
#F21072 (or 0xF21072) is known color: Ruby. HEX triplet: F2, 10 and 72. RGB value is (242,16,114). Sum of RGB (Red+Green+Blue) = 242+16+114=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 16 (6.64% from 255 or 4.30% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F21072 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21072 is #0DEF8D. Grayscale: #5E5E5E. Windows color (decimal): -913294 or 7475442. OLE color: 7475442.
HSL color Cylindrical-coordinate representation of color #F21072: hue angle of 333.98º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21072 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 114 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.05 |
| HSL | 333.98º | 0.9% | 0.51% | - |
| HSV(B) | 333.98º | 0.93% | 0.95% | - |
| XYZ | 39.84 | 20.46 | 17.77 | - |
| YUV | 94.75 | 138.87 | 233.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 114 | 0 | 0.93 | 0.53 | 0.05 | 333.98 | 0.9 | 0.51 |
| Hex | F2 | 10 | 72 | 0 | 5D | 35 | 5 | 14E | 5A | 33 |
| Octal | 362 | 20 | 162 | 0 | 135 | 65 | 5 | 516 | 132 | 63 |
| Binary | 11110010 | 10000 | 1110010 | 0 | 1011101 | 110101 | 101 | 101001110 | 1011010 | 110011 |
Color Harmonies of #F21072
Complementary color
Monochromatic Colors of #F21072
Black with #F21072
Text Example
Text Example
White with #F21072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21072; }
p { color: rgb(242,16,114); }
H1.HeaderClassName
{
color: #F21072;
}
.AnyTagClassName
{
color: #F21072;
}
</style>
background-color css
<style>
a { background-color: #F21072; }
a { background-color: rgb(242,16,114); }
div.DivClassName
{
background-color: #F21072;
}
.BgClassName
{
background-color: #F21072;
}
</style>
border-color css
<style>
span { border-color: #F21072; }
span { border-color: rgb(242,16,114); }
td.TdClassName
{
border-color: #F21072;
}
.TagClassName
{
border-color: #F21072;
}
</style>