Shades of Ruby #F21968
Tints of Ruby #F21968
RGB
CMYK
RGB Variations
Color information
#F21968 (or 0xF21968) is known color: Ruby. HEX triplet: F2, 19 and 68. RGB value is (242,25,104). Sum of RGB (Red+Green+Blue) = 242+25+104=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F21968 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21968 is #0DE697. Grayscale: #626262. Windows color (decimal): -911000 or 6822386. OLE color: 6822386.
HSL color Cylindrical-coordinate representation of color #F21968: hue angle of 338.16º 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 #F21968 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 104 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.05 |
| HSL | 338.16º | 0.89% | 0.52% | - |
| HSV(B) | 338.16º | 0.9% | 0.95% | - |
| XYZ | 39.46 | 20.57 | 14.99 | - |
| YUV | 98.89 | 130.89 | 230.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 104 | 0 | 0.90 | 0.57 | 0.05 | 338.16 | 0.89 | 0.52 |
| Hex | F2 | 19 | 68 | 0 | 5A | 39 | 5 | 152 | 59 | 34 |
| Octal | 362 | 31 | 150 | 0 | 132 | 71 | 5 | 522 | 131 | 64 |
| Binary | 11110010 | 11001 | 1101000 | 0 | 1011010 | 111001 | 101 | 101010010 | 1011001 | 110100 |
Color Harmonies of #F21968
Complementary color
Monochromatic Colors of #F21968
Black with #F21968
Text Example
Text Example
White with #F21968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21968; }
p { color: rgb(242,25,104); }
H1.HeaderClassName
{
color: #F21968;
}
.AnyTagClassName
{
color: #F21968;
}
</style>
background-color css
<style>
a { background-color: #F21968; }
a { background-color: rgb(242,25,104); }
div.DivClassName
{
background-color: #F21968;
}
.BgClassName
{
background-color: #F21968;
}
</style>
border-color css
<style>
span { border-color: #F21968; }
span { border-color: rgb(242,25,104); }
td.TdClassName
{
border-color: #F21968;
}
.TagClassName
{
border-color: #F21968;
}
</style>