Shades of Ruby #F21B68
Tints of Ruby #F21B68
RGB
CMYK
RGB Variations
Color information
#F21B68 (or 0xF21B68) is known color: Ruby. HEX triplet: F2, 1B and 68. RGB value is (242,27,104). Sum of RGB (Red+Green+Blue) = 242+27+104=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F21B68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21B68 is #0DE497. Grayscale: #636363. Windows color (decimal): -910488 or 6822898. OLE color: 6822898.
HSL color Cylindrical-coordinate representation of color #F21B68: hue angle of 338.51º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21B68 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 27 | 104 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.05 |
| HSL | 338.51º | 0.89% | 0.53% | - |
| HSV(B) | 338.51º | 0.89% | 0.95% | - |
| XYZ | 39.51 | 20.66 | 15 | - |
| YUV | 100.06 | 130.23 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 27 | 104 | 0 | 0.89 | 0.57 | 0.05 | 338.51 | 0.89 | 0.53 |
| Hex | F2 | 1B | 68 | 0 | 59 | 39 | 5 | 153 | 59 | 35 |
| Octal | 362 | 33 | 150 | 0 | 131 | 71 | 5 | 523 | 131 | 65 |
| Binary | 11110010 | 11011 | 1101000 | 0 | 1011001 | 111001 | 101 | 101010011 | 1011001 | 110101 |
Color Harmonies of #F21B68
Complementary color
Monochromatic Colors of #F21B68
Black with #F21B68
Text Example
Text Example
White with #F21B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21B68; }
p { color: rgb(242,27,104); }
H1.HeaderClassName
{
color: #F21B68;
}
.AnyTagClassName
{
color: #F21B68;
}
</style>
background-color css
<style>
a { background-color: #F21B68; }
a { background-color: rgb(242,27,104); }
div.DivClassName
{
background-color: #F21B68;
}
.BgClassName
{
background-color: #F21B68;
}
</style>
border-color css
<style>
span { border-color: #F21B68; }
span { border-color: rgb(242,27,104); }
td.TdClassName
{
border-color: #F21B68;
}
.TagClassName
{
border-color: #F21B68;
}
</style>