Shades of Ruby #F21877
Tints of Ruby #F21877
RGB
CMYK
RGB Variations
Color information
#F21877 (or 0xF21877) is known color: Ruby. HEX triplet: F2, 18 and 77. RGB value is (242,24,119). Sum of RGB (Red+Green+Blue) = 242+24+119=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F21877 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21877 is #0DE788. Grayscale: #636363. Windows color (decimal): -911241 or 7805170. OLE color: 7805170.
HSL color Cylindrical-coordinate representation of color #F21877: hue angle of 333.85º 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 #F21877 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 119 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.05 |
| HSL | 333.85º | 0.89% | 0.52% | - |
| HSV(B) | 333.85º | 0.9% | 0.95% | - |
| XYZ | 40.27 | 20.86 | 19.36 | - |
| YUV | 100.01 | 138.72 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 119 | 0 | 0.90 | 0.51 | 0.05 | 333.85 | 0.89 | 0.52 |
| Hex | F2 | 18 | 77 | 0 | 5A | 33 | 5 | 14E | 59 | 34 |
| Octal | 362 | 30 | 167 | 0 | 132 | 63 | 5 | 516 | 131 | 64 |
| Binary | 11110010 | 11000 | 1110111 | 0 | 1011010 | 110011 | 101 | 101001110 | 1011001 | 110100 |
Color Harmonies of #F21877
Complementary color
Monochromatic Colors of #F21877
Black with #F21877
Text Example
Text Example
White with #F21877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21877; }
p { color: rgb(242,24,119); }
H1.HeaderClassName
{
color: #F21877;
}
.AnyTagClassName
{
color: #F21877;
}
</style>
background-color css
<style>
a { background-color: #F21877; }
a { background-color: rgb(242,24,119); }
div.DivClassName
{
background-color: #F21877;
}
.BgClassName
{
background-color: #F21877;
}
</style>
border-color css
<style>
span { border-color: #F21877; }
span { border-color: rgb(242,24,119); }
td.TdClassName
{
border-color: #F21877;
}
.TagClassName
{
border-color: #F21877;
}
</style>