Shades of Ruby #F4216B
Tints of Ruby #F4216B
RGB
CMYK
RGB Variations
Color information
#F4216B (or 0xF4216B) is known color: Ruby. HEX triplet: F4, 21 and 6B. RGB value is (244,33,107). Sum of RGB (Red+Green+Blue) = 244+33+107=384 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.54% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 244 - color contains mainly: red. Hex color #F4216B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4216B is #0BDE94. Grayscale: #686868. Windows color (decimal): -777877 or 7021044. OLE color: 7021044.
HSL color Cylindrical-coordinate representation of color #F4216B: hue angle of 338.96º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4216B is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 107 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.04 |
| HSL | 338.96º | 0.91% | 0.54% | - |
| HSV(B) | 338.96º | 0.86% | 0.96% | - |
| XYZ | 40.51 | 21.38 | 15.9 | - |
| YUV | 104.53 | 129.4 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 107 | 0 | 0.86 | 0.56 | 0.04 | 338.96 | 0.91 | 0.54 |
| Hex | F4 | 21 | 6B | 0 | 56 | 38 | 4 | 153 | 5B | 36 |
| Octal | 364 | 41 | 153 | 0 | 126 | 70 | 4 | 523 | 133 | 66 |
| Binary | 11110100 | 100001 | 1101011 | 0 | 1010110 | 111000 | 100 | 101010011 | 1011011 | 110110 |
Color Harmonies of #F4216B
Complementary color
Monochromatic Colors of #F4216B
Black with #F4216B
Text Example
Text Example
White with #F4216B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4216B; }
p { color: rgb(244,33,107); }
H1.HeaderClassName
{
color: #F4216B;
}
.AnyTagClassName
{
color: #F4216B;
}
</style>
background-color css
<style>
a { background-color: #F4216B; }
a { background-color: rgb(244,33,107); }
div.DivClassName
{
background-color: #F4216B;
}
.BgClassName
{
background-color: #F4216B;
}
</style>
border-color css
<style>
span { border-color: #F4216B; }
span { border-color: rgb(244,33,107); }
td.TdClassName
{
border-color: #F4216B;
}
.TagClassName
{
border-color: #F4216B;
}
</style>