Shades of Ruby #F21577
Tints of Ruby #F21577
RGB
CMYK
RGB Variations
Color information
#F21577 (or 0xF21577) is known color: Ruby. HEX triplet: F2, 15 and 77. RGB value is (242,21,119). Sum of RGB (Red+Green+Blue) = 242+21+119=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F21577 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21577 is #0DEA88. Grayscale: #626262. Windows color (decimal): -912009 or 7804402. OLE color: 7804402.
HSL color Cylindrical-coordinate representation of color #F21577: hue angle of 333.39º 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 #F21577 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 119 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.05 |
| HSL | 333.39º | 0.89% | 0.52% | - |
| HSV(B) | 333.39º | 0.91% | 0.95% | - |
| XYZ | 40.22 | 20.75 | 19.34 | - |
| YUV | 98.25 | 139.72 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 119 | 0 | 0.91 | 0.51 | 0.05 | 333.39 | 0.89 | 0.52 |
| Hex | F2 | 15 | 77 | 0 | 5B | 33 | 5 | 14D | 59 | 34 |
| Octal | 362 | 25 | 167 | 0 | 133 | 63 | 5 | 515 | 131 | 64 |
| Binary | 11110010 | 10101 | 1110111 | 0 | 1011011 | 110011 | 101 | 101001101 | 1011001 | 110100 |
Color Harmonies of #F21577
Complementary color
Monochromatic Colors of #F21577
Black with #F21577
Text Example
Text Example
White with #F21577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21577; }
p { color: rgb(242,21,119); }
H1.HeaderClassName
{
color: #F21577;
}
.AnyTagClassName
{
color: #F21577;
}
</style>
background-color css
<style>
a { background-color: #F21577; }
a { background-color: rgb(242,21,119); }
div.DivClassName
{
background-color: #F21577;
}
.BgClassName
{
background-color: #F21577;
}
</style>
border-color css
<style>
span { border-color: #F21577; }
span { border-color: rgb(242,21,119); }
td.TdClassName
{
border-color: #F21577;
}
.TagClassName
{
border-color: #F21577;
}
</style>