Shades of Ruby #F3156F
Tints of Ruby #F3156F
RGB
CMYK
RGB Variations
Color information
#F3156F (or 0xF3156F) is known color: Ruby. HEX triplet: F3, 15 and 6F. RGB value is (243,21,111). Sum of RGB (Red+Green+Blue) = 243+21+111=375 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.8% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 243 - color contains mainly: red. Hex color #F3156F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3156F is #0CEA90. Grayscale: #616161. Windows color (decimal): -846481 or 7280115. OLE color: 7280115.
HSL color Cylindrical-coordinate representation of color #F3156F: hue angle of 335.68º 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 #F3156F is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 111 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.05 |
| HSL | 335.68º | 0.9% | 0.52% | - |
| HSV(B) | 335.68º | 0.91% | 0.95% | - |
| XYZ | 40.1 | 20.74 | 16.93 | - |
| YUV | 97.64 | 135.55 | 231.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 111 | 0 | 0.91 | 0.54 | 0.05 | 335.68 | 0.9 | 0.52 |
| Hex | F3 | 15 | 6F | 0 | 5B | 36 | 5 | 150 | 5A | 34 |
| Octal | 363 | 25 | 157 | 0 | 133 | 66 | 5 | 520 | 132 | 64 |
| Binary | 11110011 | 10101 | 1101111 | 0 | 1011011 | 110110 | 101 | 101010000 | 1011010 | 110100 |
Color Harmonies of #F3156F
Complementary color
Monochromatic Colors of #F3156F
Black with #F3156F
Text Example
Text Example
White with #F3156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3156F; }
p { color: rgb(243,21,111); }
H1.HeaderClassName
{
color: #F3156F;
}
.AnyTagClassName
{
color: #F3156F;
}
</style>
background-color css
<style>
a { background-color: #F3156F; }
a { background-color: rgb(243,21,111); }
div.DivClassName
{
background-color: #F3156F;
}
.BgClassName
{
background-color: #F3156F;
}
</style>
border-color css
<style>
span { border-color: #F3156F; }
span { border-color: rgb(243,21,111); }
td.TdClassName
{
border-color: #F3156F;
}
.TagClassName
{
border-color: #F3156F;
}
</style>