Shades of Ruby #F21665
Tints of Ruby #F21665
RGB
CMYK
RGB Variations
Color information
#F21665 (or 0xF21665) is known color: Ruby. HEX triplet: F2, 16 and 65. RGB value is (242,22,101). Sum of RGB (Red+Green+Blue) = 242+22+101=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F21665 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21665 is #0DE99A. Grayscale: #606060. Windows color (decimal): -911771 or 6625010. OLE color: 6625010.
HSL color Cylindrical-coordinate representation of color #F21665: hue angle of 338.45º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F21665 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 101 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.05 |
| HSL | 338.45º | 0.89% | 0.52% | - |
| HSV(B) | 338.45º | 0.91% | 0.95% | - |
| XYZ | 39.25 | 20.39 | 14.18 | - |
| YUV | 96.79 | 130.39 | 231.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 101 | 0 | 0.91 | 0.58 | 0.05 | 338.45 | 0.89 | 0.52 |
| Hex | F2 | 16 | 65 | 0 | 5B | 3A | 5 | 152 | 59 | 34 |
| Octal | 362 | 26 | 145 | 0 | 133 | 72 | 5 | 522 | 131 | 64 |
| Binary | 11110010 | 10110 | 1100101 | 0 | 1011011 | 111010 | 101 | 101010010 | 1011001 | 110100 |
Color Harmonies of #F21665
Complementary color
Monochromatic Colors of #F21665
Black with #F21665
Text Example
Text Example
White with #F21665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21665; }
p { color: rgb(242,22,101); }
H1.HeaderClassName
{
color: #F21665;
}
.AnyTagClassName
{
color: #F21665;
}
</style>
background-color css
<style>
a { background-color: #F21665; }
a { background-color: rgb(242,22,101); }
div.DivClassName
{
background-color: #F21665;
}
.BgClassName
{
background-color: #F21665;
}
</style>
border-color css
<style>
span { border-color: #F21665; }
span { border-color: rgb(242,22,101); }
td.TdClassName
{
border-color: #F21665;
}
.TagClassName
{
border-color: #F21665;
}
</style>