Shades of Ruby #F21B65
Tints of Ruby #F21B65
RGB
CMYK
RGB Variations
Color information
#F21B65 (or 0xF21B65) is known color: Ruby. HEX triplet: F2, 1B and 65. RGB value is (242,27,101). Sum of RGB (Red+Green+Blue) = 242+27+101=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F21B65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21B65 is #0DE49A. Grayscale: #636363. Windows color (decimal): -910491 or 6626290. OLE color: 6626290.
HSL color Cylindrical-coordinate representation of color #F21B65: hue angle of 339.35º 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 #F21B65 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 27 | 101 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.05 |
| HSL | 339.35º | 0.89% | 0.53% | - |
| HSV(B) | 339.35º | 0.89% | 0.95% | - |
| XYZ | 39.36 | 20.6 | 14.21 | - |
| YUV | 99.72 | 128.73 | 229.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 27 | 101 | 0 | 0.89 | 0.58 | 0.05 | 339.35 | 0.89 | 0.53 |
| Hex | F2 | 1B | 65 | 0 | 59 | 3A | 5 | 153 | 59 | 35 |
| Octal | 362 | 33 | 145 | 0 | 131 | 72 | 5 | 523 | 131 | 65 |
| Binary | 11110010 | 11011 | 1100101 | 0 | 1011001 | 111010 | 101 | 101010011 | 1011001 | 110101 |
Color Harmonies of #F21B65
Complementary color
Monochromatic Colors of #F21B65
Black with #F21B65
Text Example
Text Example
White with #F21B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21B65; }
p { color: rgb(242,27,101); }
H1.HeaderClassName
{
color: #F21B65;
}
.AnyTagClassName
{
color: #F21B65;
}
</style>
background-color css
<style>
a { background-color: #F21B65; }
a { background-color: rgb(242,27,101); }
div.DivClassName
{
background-color: #F21B65;
}
.BgClassName
{
background-color: #F21B65;
}
</style>
border-color css
<style>
span { border-color: #F21B65; }
span { border-color: rgb(242,27,101); }
td.TdClassName
{
border-color: #F21B65;
}
.TagClassName
{
border-color: #F21B65;
}
</style>