Shades of Ruby #F21670
Tints of Ruby #F21670
RGB
CMYK
RGB Variations
Color information
#F21670 (or 0xF21670) is known color: Ruby. HEX triplet: F2, 16 and 70. RGB value is (242,22,112). Sum of RGB (Red+Green+Blue) = 242+22+112=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F21670 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21670 is #0DE98F. Grayscale: #616161. Windows color (decimal): -911760 or 7345906. OLE color: 7345906.
HSL color Cylindrical-coordinate representation of color #F21670: hue angle of 335.45º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F21670 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 112 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.05 |
| HSL | 335.45º | 0.89% | 0.52% | - |
| HSV(B) | 335.45º | 0.91% | 0.95% | - |
| XYZ | 39.83 | 20.62 | 17.21 | - |
| YUV | 98.04 | 135.89 | 230.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 112 | 0 | 0.91 | 0.54 | 0.05 | 335.45 | 0.89 | 0.52 |
| Hex | F2 | 16 | 70 | 0 | 5B | 36 | 5 | 14F | 59 | 34 |
| Octal | 362 | 26 | 160 | 0 | 133 | 66 | 5 | 517 | 131 | 64 |
| Binary | 11110010 | 10110 | 1110000 | 0 | 1011011 | 110110 | 101 | 101001111 | 1011001 | 110100 |
Color Harmonies of #F21670
Complementary color
Monochromatic Colors of #F21670
Black with #F21670
Text Example
Text Example
White with #F21670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21670; }
p { color: rgb(242,22,112); }
H1.HeaderClassName
{
color: #F21670;
}
.AnyTagClassName
{
color: #F21670;
}
</style>
background-color css
<style>
a { background-color: #F21670; }
a { background-color: rgb(242,22,112); }
div.DivClassName
{
background-color: #F21670;
}
.BgClassName
{
background-color: #F21670;
}
</style>
border-color css
<style>
span { border-color: #F21670; }
span { border-color: rgb(242,22,112); }
td.TdClassName
{
border-color: #F21670;
}
.TagClassName
{
border-color: #F21670;
}
</style>