Shades of Ruby #F21770
Tints of Ruby #F21770
RGB
CMYK
RGB Variations
Color information
#F21770 (or 0xF21770) is known color: Ruby. HEX triplet: F2, 17 and 70. RGB value is (242,23,112). Sum of RGB (Red+Green+Blue) = 242+23+112=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F21770 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21770 is #0DE88F. Grayscale: #626262. Windows color (decimal): -911504 or 7346162. OLE color: 7346162.
HSL color Cylindrical-coordinate representation of color #F21770: hue angle of 335.62º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21770 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 112 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.05 |
| HSL | 335.62º | 0.89% | 0.52% | - |
| HSV(B) | 335.62º | 0.9% | 0.95% | - |
| XYZ | 39.85 | 20.66 | 17.22 | - |
| YUV | 98.63 | 135.55 | 230.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 112 | 0 | 0.90 | 0.54 | 0.05 | 335.62 | 0.89 | 0.52 |
| Hex | F2 | 17 | 70 | 0 | 5A | 36 | 5 | 150 | 59 | 34 |
| Octal | 362 | 27 | 160 | 0 | 132 | 66 | 5 | 520 | 131 | 64 |
| Binary | 11110010 | 10111 | 1110000 | 0 | 1011010 | 110110 | 101 | 101010000 | 1011001 | 110100 |
Color Harmonies of #F21770
Complementary color
Monochromatic Colors of #F21770
Black with #F21770
Text Example
Text Example
White with #F21770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21770; }
p { color: rgb(242,23,112); }
H1.HeaderClassName
{
color: #F21770;
}
.AnyTagClassName
{
color: #F21770;
}
</style>
background-color css
<style>
a { background-color: #F21770; }
a { background-color: rgb(242,23,112); }
div.DivClassName
{
background-color: #F21770;
}
.BgClassName
{
background-color: #F21770;
}
</style>
border-color css
<style>
span { border-color: #F21770; }
span { border-color: rgb(242,23,112); }
td.TdClassName
{
border-color: #F21770;
}
.TagClassName
{
border-color: #F21770;
}
</style>