Shades of Ruby #F21A68
Tints of Ruby #F21A68
RGB
CMYK
RGB Variations
Color information
#F21A68 (or 0xF21A68) is known color: Ruby. HEX triplet: F2, 1A and 68. RGB value is (242,26,104). Sum of RGB (Red+Green+Blue) = 242+26+104=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F21A68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21A68 is #0DE597. Grayscale: #636363. Windows color (decimal): -910744 or 6822642. OLE color: 6822642.
HSL color Cylindrical-coordinate representation of color #F21A68: hue angle of 338.33º 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 #F21A68 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 104 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.05 |
| HSL | 338.33º | 0.89% | 0.53% | - |
| HSV(B) | 338.33º | 0.89% | 0.95% | - |
| XYZ | 39.49 | 20.62 | 14.99 | - |
| YUV | 99.48 | 130.56 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 104 | 0 | 0.89 | 0.57 | 0.05 | 338.33 | 0.89 | 0.53 |
| Hex | F2 | 1A | 68 | 0 | 59 | 39 | 5 | 152 | 59 | 35 |
| Octal | 362 | 32 | 150 | 0 | 131 | 71 | 5 | 522 | 131 | 65 |
| Binary | 11110010 | 11010 | 1101000 | 0 | 1011001 | 111001 | 101 | 101010010 | 1011001 | 110101 |
Color Harmonies of #F21A68
Complementary color
Monochromatic Colors of #F21A68
Black with #F21A68
Text Example
Text Example
White with #F21A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21A68; }
p { color: rgb(242,26,104); }
H1.HeaderClassName
{
color: #F21A68;
}
.AnyTagClassName
{
color: #F21A68;
}
</style>
background-color css
<style>
a { background-color: #F21A68; }
a { background-color: rgb(242,26,104); }
div.DivClassName
{
background-color: #F21A68;
}
.BgClassName
{
background-color: #F21A68;
}
</style>
border-color css
<style>
span { border-color: #F21A68; }
span { border-color: rgb(242,26,104); }
td.TdClassName
{
border-color: #F21A68;
}
.TagClassName
{
border-color: #F21A68;
}
</style>