Shades of Ruby #F21C68
Tints of Ruby #F21C68
RGB
CMYK
RGB Variations
Color information
#F21C68 (or 0xF21C68) is known color: Ruby. HEX triplet: F2, 1C and 68. RGB value is (242,28,104). Sum of RGB (Red+Green+Blue) = 242+28+104=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21C68 is #0DE397. Grayscale: #646464. Windows color (decimal): -910232 or 6823154. OLE color: 6823154.
HSL color Cylindrical-coordinate representation of color #F21C68: hue angle of 338.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 #F21C68 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 104 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.05 |
| HSL | 338.69º | 0.89% | 0.53% | - |
| HSV(B) | 338.69º | 0.88% | 0.95% | - |
| XYZ | 39.53 | 20.71 | 15.01 | - |
| YUV | 100.65 | 129.9 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 104 | 0 | 0.88 | 0.57 | 0.05 | 338.69 | 0.89 | 0.53 |
| Hex | F2 | 1C | 68 | 0 | 58 | 39 | 5 | 153 | 59 | 35 |
| Octal | 362 | 34 | 150 | 0 | 130 | 71 | 5 | 523 | 131 | 65 |
| Binary | 11110010 | 11100 | 1101000 | 0 | 1011000 | 111001 | 101 | 101010011 | 1011001 | 110101 |
Color Harmonies of #F21C68
Complementary color
Monochromatic Colors of #F21C68
Black with #F21C68
Text Example
Text Example
White with #F21C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C68; }
p { color: rgb(242,28,104); }
H1.HeaderClassName
{
color: #F21C68;
}
.AnyTagClassName
{
color: #F21C68;
}
</style>
background-color css
<style>
a { background-color: #F21C68; }
a { background-color: rgb(242,28,104); }
div.DivClassName
{
background-color: #F21C68;
}
.BgClassName
{
background-color: #F21C68;
}
</style>
border-color css
<style>
span { border-color: #F21C68; }
span { border-color: rgb(242,28,104); }
td.TdClassName
{
border-color: #F21C68;
}
.TagClassName
{
border-color: #F21C68;
}
</style>