Shades of Ruby #F32075
Tints of Ruby #F32075
RGB
CMYK
RGB Variations
Color information
#F32075 (or 0xF32075) is known color: Ruby. HEX triplet: F3, 20 and 75. RGB value is (243,32,117). Sum of RGB (Red+Green+Blue) = 243+32+117=392 (51% of max value = 765). Red value is 243 (95.31% from 255 or 61.99% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 243 - color contains mainly: red. Hex color #F32075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32075 is #0CDF8A. Grayscale: #686868. Windows color (decimal): -843659 or 7676147. OLE color: 7676147.
HSL color Cylindrical-coordinate representation of color #F32075: hue angle of 335.83º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F32075 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 117 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.05 |
| HSL | 335.83º | 0.9% | 0.54% | - |
| HSV(B) | 335.83º | 0.87% | 0.95% | - |
| XYZ | 40.69 | 21.37 | 18.81 | - |
| YUV | 104.78 | 134.9 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 117 | 0 | 0.87 | 0.52 | 0.05 | 335.83 | 0.9 | 0.54 |
| Hex | F3 | 20 | 75 | 0 | 57 | 34 | 5 | 150 | 5A | 36 |
| Octal | 363 | 40 | 165 | 0 | 127 | 64 | 5 | 520 | 132 | 66 |
| Binary | 11110011 | 100000 | 1110101 | 0 | 1010111 | 110100 | 101 | 101010000 | 1011010 | 110110 |
Color Harmonies of #F32075
Complementary color
Monochromatic Colors of #F32075
Black with #F32075
Text Example
Text Example
White with #F32075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32075; }
p { color: rgb(243,32,117); }
H1.HeaderClassName
{
color: #F32075;
}
.AnyTagClassName
{
color: #F32075;
}
</style>
background-color css
<style>
a { background-color: #F32075; }
a { background-color: rgb(243,32,117); }
div.DivClassName
{
background-color: #F32075;
}
.BgClassName
{
background-color: #F32075;
}
</style>
border-color css
<style>
span { border-color: #F32075; }
span { border-color: rgb(243,32,117); }
td.TdClassName
{
border-color: #F32075;
}
.TagClassName
{
border-color: #F32075;
}
</style>