Shades of Ruby #F21777
Tints of Ruby #F21777
RGB
CMYK
RGB Variations
Color information
#F21777 (or 0xF21777) is known color: Ruby. HEX triplet: F2, 17 and 77. RGB value is (242,23,119). Sum of RGB (Red+Green+Blue) = 242+23+119=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F21777 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21777 is #0DE888. Grayscale: #636363. Windows color (decimal): -911497 or 7804914. OLE color: 7804914.
HSL color Cylindrical-coordinate representation of color #F21777: hue angle of 333.7º 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 #F21777 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 119 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.05 |
| HSL | 333.7º | 0.89% | 0.52% | - |
| HSV(B) | 333.7º | 0.9% | 0.95% | - |
| XYZ | 40.25 | 20.82 | 19.35 | - |
| YUV | 99.43 | 139.05 | 229.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 119 | 0 | 0.90 | 0.51 | 0.05 | 333.7 | 0.89 | 0.52 |
| Hex | F2 | 17 | 77 | 0 | 5A | 33 | 5 | 14E | 59 | 34 |
| Octal | 362 | 27 | 167 | 0 | 132 | 63 | 5 | 516 | 131 | 64 |
| Binary | 11110010 | 10111 | 1110111 | 0 | 1011010 | 110011 | 101 | 101001110 | 1011001 | 110100 |
Color Harmonies of #F21777
Complementary color
Monochromatic Colors of #F21777
Black with #F21777
Text Example
Text Example
White with #F21777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21777; }
p { color: rgb(242,23,119); }
H1.HeaderClassName
{
color: #F21777;
}
.AnyTagClassName
{
color: #F21777;
}
</style>
background-color css
<style>
a { background-color: #F21777; }
a { background-color: rgb(242,23,119); }
div.DivClassName
{
background-color: #F21777;
}
.BgClassName
{
background-color: #F21777;
}
</style>
border-color css
<style>
span { border-color: #F21777; }
span { border-color: rgb(242,23,119); }
td.TdClassName
{
border-color: #F21777;
}
.TagClassName
{
border-color: #F21777;
}
</style>