Shades of Ruby #F21B6D
Tints of Ruby #F21B6D
RGB
CMYK
RGB Variations
Color information
#F21B6D (or 0xF21B6D) is known color: Ruby. HEX triplet: F2, 1B and 6D. RGB value is (242,27,109). Sum of RGB (Red+Green+Blue) = 242+27+109=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F21B6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21B6D is #0DE492. Grayscale: #646464. Windows color (decimal): -910483 or 7150578. OLE color: 7150578.
HSL color Cylindrical-coordinate representation of color #F21B6D: hue angle of 337.12º 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 #F21B6D is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 27 | 109 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.05 |
| HSL | 337.12º | 0.89% | 0.53% | - |
| HSV(B) | 337.12º | 0.89% | 0.95% | - |
| XYZ | 39.77 | 20.77 | 16.38 | - |
| YUV | 100.63 | 132.73 | 228.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 27 | 109 | 0 | 0.89 | 0.55 | 0.05 | 337.12 | 0.89 | 0.53 |
| Hex | F2 | 1B | 6D | 0 | 59 | 37 | 5 | 151 | 59 | 35 |
| Octal | 362 | 33 | 155 | 0 | 131 | 67 | 5 | 521 | 131 | 65 |
| Binary | 11110010 | 11011 | 1101101 | 0 | 1011001 | 110111 | 101 | 101010001 | 1011001 | 110101 |
Color Harmonies of #F21B6D
Complementary color
Monochromatic Colors of #F21B6D
Black with #F21B6D
Text Example
Text Example
White with #F21B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21B6D; }
p { color: rgb(242,27,109); }
H1.HeaderClassName
{
color: #F21B6D;
}
.AnyTagClassName
{
color: #F21B6D;
}
</style>
background-color css
<style>
a { background-color: #F21B6D; }
a { background-color: rgb(242,27,109); }
div.DivClassName
{
background-color: #F21B6D;
}
.BgClassName
{
background-color: #F21B6D;
}
</style>
border-color css
<style>
span { border-color: #F21B6D; }
span { border-color: rgb(242,27,109); }
td.TdClassName
{
border-color: #F21B6D;
}
.TagClassName
{
border-color: #F21B6D;
}
</style>