Shades of Ruby #F21C5E
Tints of Ruby #F21C5E
RGB
CMYK
RGB Variations
Color information
#F21C5E (or 0xF21C5E) is known color: Ruby. HEX triplet: F2, 1C and 5E. RGB value is (242,28,94). Sum of RGB (Red+Green+Blue) = 242+28+94=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21C5E is #0DE3A1. Grayscale: #636363. Windows color (decimal): -910242 or 6167794. OLE color: 6167794.
HSL color Cylindrical-coordinate representation of color #F21C5E: hue angle of 341.5º 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 #F21C5E is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 94 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.05 |
| HSL | 341.5º | 0.89% | 0.53% | - |
| HSV(B) | 341.5º | 0.88% | 0.95% | - |
| XYZ | 39.05 | 20.52 | 12.49 | - |
| YUV | 99.51 | 124.9 | 229.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 94 | 0 | 0.88 | 0.61 | 0.05 | 341.5 | 0.89 | 0.53 |
| Hex | F2 | 1C | 5E | 0 | 58 | 3D | 5 | 155 | 59 | 35 |
| Octal | 362 | 34 | 136 | 0 | 130 | 75 | 5 | 525 | 131 | 65 |
| Binary | 11110010 | 11100 | 1011110 | 0 | 1011000 | 111101 | 101 | 101010101 | 1011001 | 110101 |
Color Harmonies of #F21C5E
Complementary color
Monochromatic Colors of #F21C5E
Black with #F21C5E
Text Example
Text Example
White with #F21C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C5E; }
p { color: rgb(242,28,94); }
H1.HeaderClassName
{
color: #F21C5E;
}
.AnyTagClassName
{
color: #F21C5E;
}
</style>
background-color css
<style>
a { background-color: #F21C5E; }
a { background-color: rgb(242,28,94); }
div.DivClassName
{
background-color: #F21C5E;
}
.BgClassName
{
background-color: #F21C5E;
}
</style>
border-color css
<style>
span { border-color: #F21C5E; }
span { border-color: rgb(242,28,94); }
td.TdClassName
{
border-color: #F21C5E;
}
.TagClassName
{
border-color: #F21C5E;
}
</style>