Shades of Ruby #F62075
Tints of Ruby #F62075
RGB
CMYK
RGB Variations
Color information
#F62075 (or 0xF62075) is known color: Ruby. HEX triplet: F6, 20 and 75. RGB value is (246,32,117). Sum of RGB (Red+Green+Blue) = 246+32+117=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F62075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62075 is #09DF8A. Grayscale: #696969. Windows color (decimal): -647051 or 7676150. OLE color: 7676150.
HSL color Cylindrical-coordinate representation of color #F62075: hue angle of 336.17º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F62075 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 117 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.04 |
| HSL | 336.17º | 0.92% | 0.55% | - |
| HSV(B) | 336.17º | 0.87% | 0.96% | - |
| XYZ | 41.73 | 21.91 | 18.86 | - |
| YUV | 105.68 | 134.4 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 117 | 0 | 0.87 | 0.52 | 0.04 | 336.17 | 0.92 | 0.55 |
| Hex | F6 | 20 | 75 | 0 | 57 | 34 | 4 | 150 | 5C | 37 |
| Octal | 366 | 40 | 165 | 0 | 127 | 64 | 4 | 520 | 134 | 67 |
| Binary | 11110110 | 100000 | 1110101 | 0 | 1010111 | 110100 | 100 | 101010000 | 1011100 | 110111 |
Color Harmonies of #F62075
Complementary color
Monochromatic Colors of #F62075
Black with #F62075
Text Example
Text Example
White with #F62075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62075; }
p { color: rgb(246,32,117); }
H1.HeaderClassName
{
color: #F62075;
}
.AnyTagClassName
{
color: #F62075;
}
</style>
background-color css
<style>
a { background-color: #F62075; }
a { background-color: rgb(246,32,117); }
div.DivClassName
{
background-color: #F62075;
}
.BgClassName
{
background-color: #F62075;
}
</style>
border-color css
<style>
span { border-color: #F62075; }
span { border-color: rgb(246,32,117); }
td.TdClassName
{
border-color: #F62075;
}
.TagClassName
{
border-color: #F62075;
}
</style>