Shades of Ruby #F21875
Tints of Ruby #F21875
RGB
CMYK
RGB Variations
Color information
#F21875 (or 0xF21875) is known color: Ruby. HEX triplet: F2, 18 and 75. RGB value is (242,24,117). Sum of RGB (Red+Green+Blue) = 242+24+117=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F21875 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21875 is #0DE78A. Grayscale: #636363. Windows color (decimal): -911243 or 7674098. OLE color: 7674098.
HSL color Cylindrical-coordinate representation of color #F21875: hue angle of 334.4º 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 #F21875 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 117 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.05 |
| HSL | 334.4º | 0.89% | 0.52% | - |
| HSV(B) | 334.4º | 0.9% | 0.95% | - |
| XYZ | 40.16 | 20.81 | 18.73 | - |
| YUV | 99.78 | 137.72 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 117 | 0 | 0.90 | 0.52 | 0.05 | 334.4 | 0.89 | 0.52 |
| Hex | F2 | 18 | 75 | 0 | 5A | 34 | 5 | 14E | 59 | 34 |
| Octal | 362 | 30 | 165 | 0 | 132 | 64 | 5 | 516 | 131 | 64 |
| Binary | 11110010 | 11000 | 1110101 | 0 | 1011010 | 110100 | 101 | 101001110 | 1011001 | 110100 |
Color Harmonies of #F21875
Complementary color
Monochromatic Colors of #F21875
Black with #F21875
Text Example
Text Example
White with #F21875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21875; }
p { color: rgb(242,24,117); }
H1.HeaderClassName
{
color: #F21875;
}
.AnyTagClassName
{
color: #F21875;
}
</style>
background-color css
<style>
a { background-color: #F21875; }
a { background-color: rgb(242,24,117); }
div.DivClassName
{
background-color: #F21875;
}
.BgClassName
{
background-color: #F21875;
}
</style>
border-color css
<style>
span { border-color: #F21875; }
span { border-color: rgb(242,24,117); }
td.TdClassName
{
border-color: #F21875;
}
.TagClassName
{
border-color: #F21875;
}
</style>