Shades of Ruby #F21474
Tints of Ruby #F21474
RGB
CMYK
RGB Variations
Color information
#F21474 (or 0xF21474) is known color: Ruby. HEX triplet: F2, 14 and 74. RGB value is (242,20,116). Sum of RGB (Red+Green+Blue) = 242+20+116=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F21474 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21474 is #0DEB8B. Grayscale: #616161. Windows color (decimal): -912268 or 7607538. OLE color: 7607538.
HSL color Cylindrical-coordinate representation of color #F21474: hue angle of 334.05º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21474 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 116 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.05 |
| HSL | 334.05º | 0.9% | 0.51% | - |
| HSV(B) | 334.05º | 0.92% | 0.95% | - |
| XYZ | 40.02 | 20.64 | 18.4 | - |
| YUV | 97.32 | 138.55 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 116 | 0 | 0.92 | 0.52 | 0.05 | 334.05 | 0.9 | 0.51 |
| Hex | F2 | 14 | 74 | 0 | 5C | 34 | 5 | 14E | 5A | 33 |
| Octal | 362 | 24 | 164 | 0 | 134 | 64 | 5 | 516 | 132 | 63 |
| Binary | 11110010 | 10100 | 1110100 | 0 | 1011100 | 110100 | 101 | 101001110 | 1011010 | 110011 |
Color Harmonies of #F21474
Complementary color
Monochromatic Colors of #F21474
Black with #F21474
Text Example
Text Example
White with #F21474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21474; }
p { color: rgb(242,20,116); }
H1.HeaderClassName
{
color: #F21474;
}
.AnyTagClassName
{
color: #F21474;
}
</style>
background-color css
<style>
a { background-color: #F21474; }
a { background-color: rgb(242,20,116); }
div.DivClassName
{
background-color: #F21474;
}
.BgClassName
{
background-color: #F21474;
}
</style>
border-color css
<style>
span { border-color: #F21474; }
span { border-color: rgb(242,20,116); }
td.TdClassName
{
border-color: #F21474;
}
.TagClassName
{
border-color: #F21474;
}
</style>