Shades of Ruby #F21B66
Tints of Ruby #F21B66
RGB
CMYK
RGB Variations
Color information
#F21B66 (or 0xF21B66) is known color: Ruby. HEX triplet: F2, 1B and 66. RGB value is (242,27,102). Sum of RGB (Red+Green+Blue) = 242+27+102=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F21B66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21B66 is #0DE499. Grayscale: #636363. Windows color (decimal): -910490 or 6691826. OLE color: 6691826.
HSL color Cylindrical-coordinate representation of color #F21B66: hue angle of 339.07º 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 #F21B66 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 27 | 102 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.05 |
| HSL | 339.07º | 0.89% | 0.53% | - |
| HSV(B) | 339.07º | 0.89% | 0.95% | - |
| XYZ | 39.41 | 20.62 | 14.47 | - |
| YUV | 99.84 | 129.23 | 229.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 27 | 102 | 0 | 0.89 | 0.58 | 0.05 | 339.07 | 0.89 | 0.53 |
| Hex | F2 | 1B | 66 | 0 | 59 | 3A | 5 | 153 | 59 | 35 |
| Octal | 362 | 33 | 146 | 0 | 131 | 72 | 5 | 523 | 131 | 65 |
| Binary | 11110010 | 11011 | 1100110 | 0 | 1011001 | 111010 | 101 | 101010011 | 1011001 | 110101 |
Color Harmonies of #F21B66
Complementary color
Monochromatic Colors of #F21B66
Black with #F21B66
Text Example
Text Example
White with #F21B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21B66; }
p { color: rgb(242,27,102); }
H1.HeaderClassName
{
color: #F21B66;
}
.AnyTagClassName
{
color: #F21B66;
}
</style>
background-color css
<style>
a { background-color: #F21B66; }
a { background-color: rgb(242,27,102); }
div.DivClassName
{
background-color: #F21B66;
}
.BgClassName
{
background-color: #F21B66;
}
</style>
border-color css
<style>
span { border-color: #F21B66; }
span { border-color: rgb(242,27,102); }
td.TdClassName
{
border-color: #F21B66;
}
.TagClassName
{
border-color: #F21B66;
}
</style>