Shades of Ruby #F21376
Tints of Ruby #F21376
RGB
CMYK
RGB Variations
Color information
#F21376 (or 0xF21376) is known color: Ruby. HEX triplet: F2, 13 and 76. RGB value is (242,19,118). Sum of RGB (Red+Green+Blue) = 242+19+118=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F21376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21376 is #0DEC89. Grayscale: #606060. Windows color (decimal): -912522 or 7738354. OLE color: 7738354.
HSL color Cylindrical-coordinate representation of color #F21376: hue angle of 333.36º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21376 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 118 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.05 |
| HSL | 333.36º | 0.9% | 0.51% | - |
| HSV(B) | 333.36º | 0.92% | 0.95% | - |
| XYZ | 40.12 | 20.65 | 19.01 | - |
| YUV | 96.96 | 139.88 | 231.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 118 | 0 | 0.92 | 0.51 | 0.05 | 333.36 | 0.9 | 0.51 |
| Hex | F2 | 13 | 76 | 0 | 5C | 33 | 5 | 14D | 5A | 33 |
| Octal | 362 | 23 | 166 | 0 | 134 | 63 | 5 | 515 | 132 | 63 |
| Binary | 11110010 | 10011 | 1110110 | 0 | 1011100 | 110011 | 101 | 101001101 | 1011010 | 110011 |
Color Harmonies of #F21376
Complementary color
Monochromatic Colors of #F21376
Black with #F21376
Text Example
Text Example
White with #F21376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21376; }
p { color: rgb(242,19,118); }
H1.HeaderClassName
{
color: #F21376;
}
.AnyTagClassName
{
color: #F21376;
}
</style>
background-color css
<style>
a { background-color: #F21376; }
a { background-color: rgb(242,19,118); }
div.DivClassName
{
background-color: #F21376;
}
.BgClassName
{
background-color: #F21376;
}
</style>
border-color css
<style>
span { border-color: #F21376; }
span { border-color: rgb(242,19,118); }
td.TdClassName
{
border-color: #F21376;
}
.TagClassName
{
border-color: #F21376;
}
</style>