Shades of Ruby #F81A6B
Tints of Ruby #F81A6B
RGB
CMYK
RGB Variations
Color information
#F81A6B (or 0xF81A6B) is known color: Ruby. HEX triplet: F8, 1A and 6B. RGB value is (248,26,107). Sum of RGB (Red+Green+Blue) = 248+26+107=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F81A6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81A6B is #07E594. Grayscale: #656565. Windows color (decimal): -517525 or 7019256. OLE color: 7019256.
HSL color Cylindrical-coordinate representation of color #F81A6B: hue angle of 338.11º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81A6B is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 107 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.03 |
| HSL | 338.11º | 0.94% | 0.54% | - |
| HSV(B) | 338.11º | 0.9% | 0.97% | - |
| XYZ | 41.73 | 21.76 | 15.91 | - |
| YUV | 101.61 | 131.05 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 107 | 0 | 0.90 | 0.57 | 0.03 | 338.11 | 0.94 | 0.54 |
| Hex | F8 | 1A | 6B | 0 | 5A | 39 | 3 | 152 | 5E | 36 |
| Octal | 370 | 32 | 153 | 0 | 132 | 71 | 3 | 522 | 136 | 66 |
| Binary | 11111000 | 11010 | 1101011 | 0 | 1011010 | 111001 | 11 | 101010010 | 1011110 | 110110 |
Color Harmonies of #F81A6B
Complementary color
Monochromatic Colors of #F81A6B
Black with #F81A6B
Text Example
Text Example
White with #F81A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81A6B; }
p { color: rgb(248,26,107); }
H1.HeaderClassName
{
color: #F81A6B;
}
.AnyTagClassName
{
color: #F81A6B;
}
</style>
background-color css
<style>
a { background-color: #F81A6B; }
a { background-color: rgb(248,26,107); }
div.DivClassName
{
background-color: #F81A6B;
}
.BgClassName
{
background-color: #F81A6B;
}
</style>
border-color css
<style>
span { border-color: #F81A6B; }
span { border-color: rgb(248,26,107); }
td.TdClassName
{
border-color: #F81A6B;
}
.TagClassName
{
border-color: #F81A6B;
}
</style>