Shades of Ruby #F00A78
Tints of Ruby #F00A78
RGB
CMYK
RGB Variations
Color information
#F00A78 (or 0xF00A78) is known color: Ruby. HEX triplet: F0, 0A and 78. RGB value is (240,10,120). Sum of RGB (Red+Green+Blue) = 240+10+120=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A78 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00A78 is #0FF587. Grayscale: #5B5B5B. Windows color (decimal): -1045896 or 7867120. OLE color: 7867120.
HSL color Cylindrical-coordinate representation of color #F00A78: hue angle of 331.3º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00A78 is Cyan = 0, Magento = 0.96, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 120 | - |
| CMYK | 0 | 0.96 | 0.5 | 0.06 |
| HSL | 331.3º | 0.92% | 0.49% | - |
| HSV(B) | 331.3º | 0.96% | 0.94% | - |
| XYZ | 39.43 | 20.1 | 19.57 | - |
| YUV | 91.31 | 144.2 | 234.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 120 | 0 | 0.96 | 0.5 | 0.06 | 331.3 | 0.92 | 0.49 |
| Hex | F0 | A | 78 | 0 | 60 | 32 | 6 | 14B | 5C | 31 |
| Octal | 360 | 12 | 170 | 0 | 140 | 62 | 6 | 513 | 134 | 61 |
| Binary | 11110000 | 1010 | 1111000 | 0 | 1100000 | 110010 | 110 | 101001011 | 1011100 | 110001 |
Color Harmonies of #F00A78
Complementary color
Monochromatic Colors of #F00A78
Black with #F00A78
Text Example
Text Example
White with #F00A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00A78; }
p { color: rgb(240,10,120); }
H1.HeaderClassName
{
color: #F00A78;
}
.AnyTagClassName
{
color: #F00A78;
}
</style>
background-color css
<style>
a { background-color: #F00A78; }
a { background-color: rgb(240,10,120); }
div.DivClassName
{
background-color: #F00A78;
}
.BgClassName
{
background-color: #F00A78;
}
</style>
border-color css
<style>
span { border-color: #F00A78; }
span { border-color: rgb(240,10,120); }
td.TdClassName
{
border-color: #F00A78;
}
.TagClassName
{
border-color: #F00A78;
}
</style>