Shades of Ruby #F21976
Tints of Ruby #F21976
RGB
CMYK
RGB Variations
Color information
#F21976 (or 0xF21976) is known color: Ruby. HEX triplet: F2, 19 and 76. RGB value is (242,25,118). Sum of RGB (Red+Green+Blue) = 242+25+118=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F21976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21976 is #0DE689. Grayscale: #646464. Windows color (decimal): -910986 or 7739890. OLE color: 7739890.
HSL color Cylindrical-coordinate representation of color #F21976: hue angle of 334.29º 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 #F21976 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 118 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.05 |
| HSL | 334.29º | 0.89% | 0.52% | - |
| HSV(B) | 334.29º | 0.9% | 0.95% | - |
| XYZ | 40.24 | 20.88 | 19.05 | - |
| YUV | 100.49 | 137.89 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 118 | 0 | 0.90 | 0.51 | 0.05 | 334.29 | 0.89 | 0.52 |
| Hex | F2 | 19 | 76 | 0 | 5A | 33 | 5 | 14E | 59 | 34 |
| Octal | 362 | 31 | 166 | 0 | 132 | 63 | 5 | 516 | 131 | 64 |
| Binary | 11110010 | 11001 | 1110110 | 0 | 1011010 | 110011 | 101 | 101001110 | 1011001 | 110100 |
Color Harmonies of #F21976
Complementary color
Monochromatic Colors of #F21976
Black with #F21976
Text Example
Text Example
White with #F21976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21976; }
p { color: rgb(242,25,118); }
H1.HeaderClassName
{
color: #F21976;
}
.AnyTagClassName
{
color: #F21976;
}
</style>
background-color css
<style>
a { background-color: #F21976; }
a { background-color: rgb(242,25,118); }
div.DivClassName
{
background-color: #F21976;
}
.BgClassName
{
background-color: #F21976;
}
</style>
border-color css
<style>
span { border-color: #F21976; }
span { border-color: rgb(242,25,118); }
td.TdClassName
{
border-color: #F21976;
}
.TagClassName
{
border-color: #F21976;
}
</style>