Shades of Ruby #F21876
Tints of Ruby #F21876
RGB
CMYK
RGB Variations
Color information
#F21876 (or 0xF21876) is known color: Ruby. HEX triplet: F2, 18 and 76. RGB value is (242,24,118). Sum of RGB (Red+Green+Blue) = 242+24+118=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F21876 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21876 is #0DE789. Grayscale: #636363. Windows color (decimal): -911242 or 7739634. OLE color: 7739634.
HSL color Cylindrical-coordinate representation of color #F21876: hue angle of 334.13º 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 #F21876 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 118 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.05 |
| HSL | 334.13º | 0.89% | 0.52% | - |
| HSV(B) | 334.13º | 0.9% | 0.95% | - |
| XYZ | 40.21 | 20.84 | 19.04 | - |
| YUV | 99.9 | 138.22 | 229.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 118 | 0 | 0.90 | 0.51 | 0.05 | 334.13 | 0.89 | 0.52 |
| Hex | F2 | 18 | 76 | 0 | 5A | 33 | 5 | 14E | 59 | 34 |
| Octal | 362 | 30 | 166 | 0 | 132 | 63 | 5 | 516 | 131 | 64 |
| Binary | 11110010 | 11000 | 1110110 | 0 | 1011010 | 110011 | 101 | 101001110 | 1011001 | 110100 |
Color Harmonies of #F21876
Complementary color
Monochromatic Colors of #F21876
Black with #F21876
Text Example
Text Example
White with #F21876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21876; }
p { color: rgb(242,24,118); }
H1.HeaderClassName
{
color: #F21876;
}
.AnyTagClassName
{
color: #F21876;
}
</style>
background-color css
<style>
a { background-color: #F21876; }
a { background-color: rgb(242,24,118); }
div.DivClassName
{
background-color: #F21876;
}
.BgClassName
{
background-color: #F21876;
}
</style>
border-color css
<style>
span { border-color: #F21876; }
span { border-color: rgb(242,24,118); }
td.TdClassName
{
border-color: #F21876;
}
.TagClassName
{
border-color: #F21876;
}
</style>