Shades of Ruby #F21D5E
Tints of Ruby #F21D5E
RGB
CMYK
RGB Variations
Color information
#F21D5E (or 0xF21D5E) is known color: Ruby. HEX triplet: F2, 1D and 5E. RGB value is (242,29,94). Sum of RGB (Red+Green+Blue) = 242+29+94=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21D5E is #0DE2A1. Grayscale: #646464. Windows color (decimal): -909986 or 6168050. OLE color: 6168050.
HSL color Cylindrical-coordinate representation of color #F21D5E: hue angle of 341.69º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21D5E is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 94 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.05 |
| HSL | 341.69º | 0.89% | 0.53% | - |
| HSV(B) | 341.69º | 0.88% | 0.95% | - |
| XYZ | 39.08 | 20.56 | 12.5 | - |
| YUV | 100.1 | 124.57 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 94 | 0 | 0.88 | 0.61 | 0.05 | 341.69 | 0.89 | 0.53 |
| Hex | F2 | 1D | 5E | 0 | 58 | 3D | 5 | 156 | 59 | 35 |
| Octal | 362 | 35 | 136 | 0 | 130 | 75 | 5 | 526 | 131 | 65 |
| Binary | 11110010 | 11101 | 1011110 | 0 | 1011000 | 111101 | 101 | 101010110 | 1011001 | 110101 |
Color Harmonies of #F21D5E
Complementary color
Monochromatic Colors of #F21D5E
Black with #F21D5E
Text Example
Text Example
White with #F21D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21D5E; }
p { color: rgb(242,29,94); }
H1.HeaderClassName
{
color: #F21D5E;
}
.AnyTagClassName
{
color: #F21D5E;
}
</style>
background-color css
<style>
a { background-color: #F21D5E; }
a { background-color: rgb(242,29,94); }
div.DivClassName
{
background-color: #F21D5E;
}
.BgClassName
{
background-color: #F21D5E;
}
</style>
border-color css
<style>
span { border-color: #F21D5E; }
span { border-color: rgb(242,29,94); }
td.TdClassName
{
border-color: #F21D5E;
}
.TagClassName
{
border-color: #F21D5E;
}
</style>