Shades of Ruby #F3156B
Tints of Ruby #F3156B
RGB
CMYK
RGB Variations
Color information
#F3156B (or 0xF3156B) is known color: Ruby. HEX triplet: F3, 15 and 6B. RGB value is (243,21,107). Sum of RGB (Red+Green+Blue) = 243+21+107=371 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.50% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 243 - color contains mainly: red. Hex color #F3156B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3156B is #0CEA94. Grayscale: #616161. Windows color (decimal): -846485 or 7017971. OLE color: 7017971.
HSL color Cylindrical-coordinate representation of color #F3156B: hue angle of 336.76º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F3156B is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 107 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.05 |
| HSL | 336.76º | 0.9% | 0.52% | - |
| HSV(B) | 336.76º | 0.91% | 0.95% | - |
| XYZ | 39.88 | 20.65 | 15.79 | - |
| YUV | 97.18 | 133.55 | 232.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 107 | 0 | 0.91 | 0.56 | 0.05 | 336.76 | 0.9 | 0.52 |
| Hex | F3 | 15 | 6B | 0 | 5B | 38 | 5 | 151 | 5A | 34 |
| Octal | 363 | 25 | 153 | 0 | 133 | 70 | 5 | 521 | 132 | 64 |
| Binary | 11110011 | 10101 | 1101011 | 0 | 1011011 | 111000 | 101 | 101010001 | 1011010 | 110100 |
Color Harmonies of #F3156B
Complementary color
Monochromatic Colors of #F3156B
Black with #F3156B
Text Example
Text Example
White with #F3156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3156B; }
p { color: rgb(243,21,107); }
H1.HeaderClassName
{
color: #F3156B;
}
.AnyTagClassName
{
color: #F3156B;
}
</style>
background-color css
<style>
a { background-color: #F3156B; }
a { background-color: rgb(243,21,107); }
div.DivClassName
{
background-color: #F3156B;
}
.BgClassName
{
background-color: #F3156B;
}
</style>
border-color css
<style>
span { border-color: #F3156B; }
span { border-color: rgb(243,21,107); }
td.TdClassName
{
border-color: #F3156B;
}
.TagClassName
{
border-color: #F3156B;
}
</style>