Shades of Ruby #F21865
Tints of Ruby #F21865
RGB
CMYK
RGB Variations
Color information
#F21865 (or 0xF21865) is known color: Ruby. HEX triplet: F2, 18 and 65. RGB value is (242,24,101). Sum of RGB (Red+Green+Blue) = 242+24+101=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F21865 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21865 is #0DE79A. Grayscale: #616161. Windows color (decimal): -911259 or 6625522. OLE color: 6625522.
HSL color Cylindrical-coordinate representation of color #F21865: hue angle of 338.81º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21865 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 101 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.05 |
| HSL | 338.81º | 0.89% | 0.52% | - |
| HSV(B) | 338.81º | 0.9% | 0.95% | - |
| XYZ | 39.29 | 20.47 | 14.19 | - |
| YUV | 97.96 | 129.72 | 230.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 101 | 0 | 0.90 | 0.58 | 0.05 | 338.81 | 0.89 | 0.52 |
| Hex | F2 | 18 | 65 | 0 | 5A | 3A | 5 | 153 | 59 | 34 |
| Octal | 362 | 30 | 145 | 0 | 132 | 72 | 5 | 523 | 131 | 64 |
| Binary | 11110010 | 11000 | 1100101 | 0 | 1011010 | 111010 | 101 | 101010011 | 1011001 | 110100 |
Color Harmonies of #F21865
Complementary color
Monochromatic Colors of #F21865
Black with #F21865
Text Example
Text Example
White with #F21865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21865; }
p { color: rgb(242,24,101); }
H1.HeaderClassName
{
color: #F21865;
}
.AnyTagClassName
{
color: #F21865;
}
</style>
background-color css
<style>
a { background-color: #F21865; }
a { background-color: rgb(242,24,101); }
div.DivClassName
{
background-color: #F21865;
}
.BgClassName
{
background-color: #F21865;
}
</style>
border-color css
<style>
span { border-color: #F21865; }
span { border-color: rgb(242,24,101); }
td.TdClassName
{
border-color: #F21865;
}
.TagClassName
{
border-color: #F21865;
}
</style>