Shades of Ruby #F21470
Tints of Ruby #F21470
RGB
CMYK
RGB Variations
Color information
#F21470 (or 0xF21470) is known color: Ruby. HEX triplet: F2, 14 and 70. RGB value is (242,20,112). Sum of RGB (Red+Green+Blue) = 242+20+112=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F21470 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21470 is #0DEB8F. Grayscale: #606060. Windows color (decimal): -912272 or 7345394. OLE color: 7345394.
HSL color Cylindrical-coordinate representation of color #F21470: hue angle of 335.14º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21470 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 112 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.05 |
| HSL | 335.14º | 0.9% | 0.51% | - |
| HSV(B) | 335.14º | 0.92% | 0.95% | - |
| XYZ | 39.79 | 20.55 | 17.2 | - |
| YUV | 96.87 | 136.55 | 231.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 112 | 0 | 0.92 | 0.54 | 0.05 | 335.14 | 0.9 | 0.51 |
| Hex | F2 | 14 | 70 | 0 | 5C | 36 | 5 | 14F | 5A | 33 |
| Octal | 362 | 24 | 160 | 0 | 134 | 66 | 5 | 517 | 132 | 63 |
| Binary | 11110010 | 10100 | 1110000 | 0 | 1011100 | 110110 | 101 | 101001111 | 1011010 | 110011 |
Color Harmonies of #F21470
Complementary color
Monochromatic Colors of #F21470
Black with #F21470
Text Example
Text Example
White with #F21470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21470; }
p { color: rgb(242,20,112); }
H1.HeaderClassName
{
color: #F21470;
}
.AnyTagClassName
{
color: #F21470;
}
</style>
background-color css
<style>
a { background-color: #F21470; }
a { background-color: rgb(242,20,112); }
div.DivClassName
{
background-color: #F21470;
}
.BgClassName
{
background-color: #F21470;
}
</style>
border-color css
<style>
span { border-color: #F21470; }
span { border-color: rgb(242,20,112); }
td.TdClassName
{
border-color: #F21470;
}
.TagClassName
{
border-color: #F21470;
}
</style>