Shades of Ruby #F21A5A
Tints of Ruby #F21A5A
RGB
CMYK
RGB Variations
Color information
#F21A5A (or 0xF21A5A) is known color: Ruby. HEX triplet: F2, 1A and 5A. RGB value is (242,26,90). Sum of RGB (Red+Green+Blue) = 242+26+90=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F21A5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21A5A is #0DE5A5. Grayscale: #616161. Windows color (decimal): -910758 or 5905138. OLE color: 5905138.
HSL color Cylindrical-coordinate representation of color #F21A5A: hue angle of 342.22º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21A5A is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 90 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.05 |
| HSL | 342.22º | 0.89% | 0.53% | - |
| HSV(B) | 342.22º | 0.89% | 0.95% | - |
| XYZ | 38.83 | 20.35 | 11.55 | - |
| YUV | 97.88 | 123.56 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 90 | 0 | 0.89 | 0.63 | 0.05 | 342.22 | 0.89 | 0.53 |
| Hex | F2 | 1A | 5A | 0 | 59 | 3F | 5 | 156 | 59 | 35 |
| Octal | 362 | 32 | 132 | 0 | 131 | 77 | 5 | 526 | 131 | 65 |
| Binary | 11110010 | 11010 | 1011010 | 0 | 1011001 | 111111 | 101 | 101010110 | 1011001 | 110101 |
Color Harmonies of #F21A5A
Complementary color
Monochromatic Colors of #F21A5A
Black with #F21A5A
Text Example
Text Example
White with #F21A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21A5A; }
p { color: rgb(242,26,90); }
H1.HeaderClassName
{
color: #F21A5A;
}
.AnyTagClassName
{
color: #F21A5A;
}
</style>
background-color css
<style>
a { background-color: #F21A5A; }
a { background-color: rgb(242,26,90); }
div.DivClassName
{
background-color: #F21A5A;
}
.BgClassName
{
background-color: #F21A5A;
}
</style>
border-color css
<style>
span { border-color: #F21A5A; }
span { border-color: rgb(242,26,90); }
td.TdClassName
{
border-color: #F21A5A;
}
.TagClassName
{
border-color: #F21A5A;
}
</style>